This Choreo allows a user to unfollow a specified list. 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":{
"item":{
"id":"t4f4bba41e4b0b1e3530cff3b",
"todo":false,
"done":true,
"visitedCount":1,
"tip":{
"id":"4f4bba41e4b0b1e3530cff3b",
"createdAt":1330362945,
"text":"this is just one more test",
"status":"done",
"listed":{
"groups":[{
"type":"dones",
"count":1,
"items":[]
}
]
},
"todo":{
"count":0
},
"done":{
"count":1
},
"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":251,
"usersCount":9,
"tipCount":3
}
},
"listed":{
"count":1,
"summary":"On your List: mytestlist",
"items":[{
"id":"4f4ba9c1e4b04a413248fac8",
"name":"mytestlist",
"description":"test",
"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"
},
"editable":true,
"public":true,
"collaborative":false,
"url":"https://foursquare.com/user/22397808/list/mytestlist",
"canonicalUrl":"https://foursquare.com/user/22397808/list/mytestlist",
"createdAt":1330358721,
"updatedAt":1330362945,
"followers":{
"count":0
},
"listItems":{
"count":2
}
}
]
}
}
}
}