FAQ/API Documentation/Commenting Resources

Fetch Photo Comments

Lockerz Admin
posted this on December 05, 2010 06:42 pm

Use this call to get all the comments users have posted on a specific photo.

URL

<API_Endpoint>/photos/{PhotoId}/comments

HTTP Method

GET

Formats

XML, JSON

Authenticated

No

Input

{PhotoId} Id of the photo whose comments are being requested.

Contents

N/A

Output

Comments

Parameters

Start (ind), PageSize (ps), SortFilter (sf), SortOrder (sort), GetCount

Error Codes

400 BadRequest, 10006 InvalidPhotoId - {PhotoId} is not a number.

Notes

N/A

Example

curl -X GET http://api.plixi.com/api/tpapi.svc/photos/1469/comments

 
Topic is closed for comments