This Choreo returns the lists that a tip appears on. 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":{
"lists":{
"groups":[{
"type":"dones",
"count":2,
"items":[{
"id":"22397808/tips",
"name":"My Tips",
"description":"",
"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":false,
"public":false,
"collaborative":false,
"url":"https://foursquare.com/user/22397808/list/tips",
"canonicalUrl":"https://foursquare.com/user/22397808/list/tips",
"type":"dones",
"followers":{
"count":0
},
"listItems":{
"count":1,
"items":[{
"id":"t4f48168de4b0e7e90e4003ae",
"createdAt":1330124429,
"todo":false,
"done":true,
"visitedCount":1,
"tip":{
"id":"4f48168de4b0e7e90e4003ae",
"createdAt":1330124429,
"text":"choreos are neat",
"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"
}
},
"listed":{
"count":0,
"summary":"On your \"done\" List!",
"items":[]
}
}
]
}
},
{
"id":"22397808/dones",
"name":"My \"done\" List",
"description":"",
"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":false,
"public":false,
"collaborative":false,
"url":"https://foursquare.com/user/22397808/list/dones",
"canonicalUrl":"https://foursquare.com/user/22397808/list/dones",
"type":"dones",
"followers":{
"count":0
},
"listItems":{
"count":1,
"items":[{
"id":"t4f48168de4b0e7e90e4003ae",
"createdAt":1330124429,
"todo":false,
"done":true,
"visitedCount":1,
"tip":{
"id":"4f48168de4b0e7e90e4003ae",
"createdAt":1330124429,
"text":"choreos are neat",
"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"
}
},
"listed":{
"count":0,
"summary":"On your \"done\" List!",
"items":[]
}
}
]
}
}
]
}
],
"summary":"On your \"done\" List!"
}
}
}