FAQ/API Documentation/Photo Resources

Fetch Photo Tags

Lockerz Admin
posted this on December 05, 2010 07:26 pm

This call will let you get the tags associated with a specific photo.

URL

<API_Endpoint>/photos/{PhotoId}/tags

HTTP Method

GET

Formats

XML, JSON

Authenticated

No

Input

{PhotoId} - Id of a photo.

Contents

N/A

Output

PhotoTags

Parameters

SortFilter (sf), SortOrder (sort)

Error Codes

N/A

Notes

N/A

Example

curl -X GET http://api.plixi.com/api/tpapi.svc/photos/9/tags

 
Topic is closed for comments