Optional Query String Parameters

ParameterDescription
offsetStarting position from which to fetch objects
limitA limit on the number of objects returned
{
  "objects": [
    {
      "is_private": false,
      "date": null,
      "messages": [
        {
          "body": "Something",
        	"date": 1484285543,
        	"id": "4",
        	"sender": {
            "name": "User 4",
      			"email": "[email protected]"
          }
        }
      ],
      "id": 15,
  		"candidate": {
        "id": 2
      }
    }
  ],
  "meta": {
    "total": 1,
    "limit": 20,
    "offset": 0
  }
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!