This Choreo removes a specified comment from a checkin. Note that checkin IDs and commentIDs used to specify a particular checkin or comment can be retrieved using the RecentCheckins or CheckinDetails Choreos. 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":{
"checkin":{
"id":"4f4808abe4b0291e47e426d4",
"createdAt":1330120875,
"type":"checkin",
"timeZone":"America/New_York",
"user":{
"id":"22397808",
"firstName":"Aaron",
"lastName":"Jennings",
"photo":"https://foursquare.com/img/blank_boy.png",
"gender":"male",
"homeCity":"Brooklyn",
"canonicalUrl":"https://foursquare.com/user/22397808",
"relationship":"self"
},
"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":"https://foursquare.com/img/categories/shops/technology.png",
"parents":["Professional & Other Places",
"Offices"
],
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":250,
"usersCount":9,
"tipCount":0
}
},
"source":{
"name":"Foursquare API documentation",
"url":"https://developer.foursquare.com"
},
"photos":{
"count":0,
"items":[]
},
"comments":{
"count":0,
"items":[]
},
"score":{
"scores":[{
"points":5,
"icon":"https://foursquare.com/img/points/foursquare.png",
"message":"Welcome to foursquare and congrats on your first check-in!"
}
],
"total":5
},
"badges":{
"count":1,
"items":[{
"id":"4f4808abe4b0291e47e426e2",
"badgeId":"4c4f08667a0803bbaa202ab7",
"name":"Newbie",
"description":"Congrats on your first check-in! In foursquare, you earn badges for your best check-ins – like going to museums, staying out late, or working out at the gym ten times in a month. Have fun exploring!",
"image":{
"prefix":"https://playfoursquare.s3.amazonaws.com/badge/",
"sizes":[57,
114,
200,
300,
400
],
"name":"/newbie.png"
}
}
]
}
}
}
}