This Choreo retrieves a list of badges for a given user. 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":{
"sets":{
"groups":[{
"type":"foursquare",
"name":"foursquare",
"image":{
"prefix":"https://foursquare.com/img/badge/",
"sizes":[24,
32,
48,
64
],
"name":"/foursquare.png"
},
"items":["4c4f08667a0803bbaa202ab7",
"4c4f08667a0803bbab202ab7",
"4c4f08667a0803bbac202ab7",
"4c4f08667a0803bbad202ab7",
"4c4f08667a0803bbc3202ab7",
"4c4f08667a0803bbdb202ab7",
"4c4f08667a0803bbe1202ab7",
"4caa535f30bd9eb05be32923",
"4d5ac1585e7788bf97e98f9e"
],
"groups":[]
},
{
"type":"expertise",
"name":"expertise",
"image":{
"prefix":"https://foursquare.com/img/badge/",
"sizes":[24,
32,
48,
64
],
"name":"/expertise.png"
},
"items":["4c4f08667a0803bbcf202ab7",
"4c4f08667a0803bbda202ab7",
"4c4f08667a0803bbdc202ab7",
"4c4f08667a0803bbdd202ab7",
"4ecbdf417beb20ebed8ddfe4",
"4f0da0207bebfc145ffdad57"
],
"groups":[]
}
]
},
"badges":{
"4c4f08667a0803bbaa202ab7":{
"id":"4c4f08667a0803bbaa202ab7",
"badgeId":"4c4f08667a0803bbaa202ab7",
"name":"Newbie",
"hint":"Go ahead. Try checking in. We don't bite.",
"image":{
"prefix":"https://playfoursquare.s3.amazonaws.com/badge/",
"sizes":[57,
114,
200,
300,
400
],
"name":"/default_off.png"
},
"unlocks":[]
},
"4f0da0207bebfc145ffdad57":{
"id":"4f0da0207bebfc145ffdad57",
"badgeId":"4f0da0207bebfc145ffdad57",
"name":"Flame Broiled",
"hint":"Cheese meat cheese meat cheese and that’s it.",
"image":{
"prefix":"https://playfoursquare.s3.amazonaws.com/badge/",
"sizes":[57,
114,
200,
300,
400
],
"name":"/default_off.png"
},
"unlocks":[]
}
},
"defaultSetType":"foursquare"
}
}