User Status Message


This request returns the status message of the user.

Resource

GET /me/message

Parameters

None

Payload

None

Response

Object Response < string >

Context

Authorization

User

Errors

HTTP code Xelion code Description

404

10054

The user has no phone line.

Example

Request
GET https://xelion.nl/api/v1/master/me/message
Response
{
  "object": "it does not matter how slowly you go as long as you do not stop",
  "links": [
    {
      "rel": "self",
      "href": "http://www.xelion.nl/api/v1/master/me/message",
      "method": "GET"
    },
    {
      "rel": "set",
      "href": "http://www.xelion.nl/api/v1/master/me/message",
      "method": "PUT"
    }
  ]
}