GET/me/status.json
Retrieve my Status
Get your status by using the me/status.json endpoint.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"userStatus": {
"first-name": "Demo",
"avatar-url": "http://demo1company.teamwork.com/images/demo.jpg",
"id": "999",
"status": "Writing a proposal",
"last-name": "User"
}
}