Lockerz Admin
posted this on December 05, 2010 07:06 pm
<API_Endpoint>/users/{User}/favorites/{PhotoId}
GET
XML, JSON, JSONP
No
{User} - Alias or Id for a user.
{PhotoId} - Id of a photo.
N/A
FavoriteQueryResponse
<FavoriteQueryResponse>
<IsFavorite>false</IsFavorite>
<PhotoId>9</PhotoId>
</FavoriteQueryResponse>
{"IsFavorite":false,"PhotoId":9}
N/A
N/A
N/A
curl -X GET http://api.plixi.com/api/tpapi.svc/users/723/favorites/9