FAQ/API Documentation/Photo Resources

Add User Photo View

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

This call will let you post the user that viewed a specific photo.

URL

<API_Endpoint>/users/{User}/views/{PhotoId}

HTTP Method

POST

Formats

XML, JSON

Authenticated

Yes

Input

{User} - Alias or Id for a user. {PhotoId} - Id of a photo.

Contents

N/A

Output

SessionKeyOperationResponse

Parameters

N/A

Error Codes

N/A

Notes

N/A

Example

curl -X POST http://api.plixi.com/api/tpapi.svc/users/723/views/9  -u bbbb@foo2.com:password  -H "TPSERVICE:Plixi" -d "abc@123.com"

 
Topic is closed for comments