FAQ/API Documentation/Other API Resources

Get Statuses

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

This call will get the status for a user.

URL

<API_Endpoint>/users/{User}/status

HTTP Method

Get

Formats

XML, JSON

Authenticated

Yes

Input

{User} - Alias or Id for a user.

Contents

N/A

Output

StatusInfos

Parameters

N/A

Error Codes

400 BadRequest; 10036 NoSuchUser - {User} is not a valid user.

Notes

N/A

Example

curl -X GET http://api.plixi.com/api/tpapi.svc/users/723/status -u bbbb@foo2.com:password -H "TPSERVICE:Plixi"

 
Topic is closed for comments