This Choreo allows you to retrieve a user's history of check-ins. Optional parameters available include: AfterTimestamp, BeforeTimestamp, Limit and Offset . The documentation for this Foursquare resource can be found here.
The following is a sample of the JSON information returned by this Choreo:
{
"meta":{
"code":200
},
"notifications":[{
"type":"notificationTray",
"item":{
"unreadCount":0
}
}
],
"response":{
"checkins":{
"count":12,
"items":[{
"id":"4ee91c750e617cf2f1450767",
"createdAt":1323900021,
"type":"checkin",
"timeZone":"America/New_York",
"venue":{
"id":"4d432a7d3be6a093af469736",
"name":"Temboo",
"contact":{
"twitter":"temboo"
},
"location":{
"address":"104 Franklin Street",
"crossStreet":"Btw Church & West Broadway",
"lat":40.71863306,
"lng":-74.005526,
"postalCode":"10013",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d125941735",
"name":"Tech Startup",
"pluralName":"Tech Startups",
"shortName":"Tech Startup",
"icon":{
"prefix":"https://foursquare.com/img/categories/shops/technology_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":249,
"usersCount":9,
"tipCount":0
}
},
"photos":{
"count":0,
"items":[]
},
"comments":{
"count":2,
"items":[]
},
"source":{
"name":"Temboo",
"url":"temboo.com"
}
},
{
"id":"4dceb1eb1f6eb1227080f6b1",
"createdAt":1305391595,
"type":"checkin",
"timeZone":"America/New_York",
"venue":{
"id":"3fd66200f964a520c7f11ee3",
"name":"Otto Enoteca Pizzeria",
"contact":{
"phone":"2129959559",
"formattedPhone":"(212) 995-9559",
"twitter":"OttoPizzeria"
},
"location":{
"address":"1 5th Ave",
"crossStreet":"at 8th St",
"lat":40.73168165030361,
"lng":-73.99618148803711,
"postalCode":"10003",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d1ca941735",
"name":"Pizza Place",
"pluralName":"Pizza Places",
"shortName":"Pizza",
"icon":{
"prefix":"https://foursquare.com/img/categories/food/pizza_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":true,
"stats":{
"checkinsCount":12421,
"usersCount":8569,
"tipCount":186
},
"url":"http://www.ottopizzeria.com/",
"menu":{
"url":"https://foursquare.com/v/otto-enoteca-pizzeria/3fd66200f964a520c7f11ee3/menu",
"mobileUrl":"https://foursquare.com/v/3fd66200f964a520c7f11ee3/device_menu"
}
},
"photos":{
"count":0,
"items":[]
},
"comments":{
"count":0,
"items":[]
},
"source":{
"name":"foursquare for iPhone",
"url":"https://foursquare.com/download/#/iphone"
}
}
]
}
}
}