Lockerz Admin
posted this on December 05, 2010 07:15 pm
This call will let you fetch a map of a photo.
<API_Endpoint>/photos/{PhotoId}/maps
GET
XML, JSON, JSONP
No
{PhotoId} - Id of a photo.
N/A
PhotoMaps
<PhotoMaps>
<Map>
<Map>
<MapId>247</MapId>
<Name>John Eisberg</Name>
<ProfileImageUrl>http://dev.plixi.com/p/1653</ProfileImageUrl>
<TaggerId>703</TaggerId>
<UserId>740</UserId>
<X>10</X>
<Y>35</Y>
</Map>
</Map>
</PhotoMaps>
{"Map":[{"MapId":247,
"Name":"John Eisberg",
"ProfileImageUrl":"http:\/\/dev.plixi.com\/p\/1653",
"TaggerId":703,
"UserId":740,
"X":10,
"Y":35}]
}
N/A<
N/A
N/A
curl -X GET http://api.plixi.com/api/tpapi.svc/photos/1529/maps