{
  "data": {
    "_expands": [],
    "size": 1,
    "start": 0,
    "limit": 50,
    "isLastPage": true,
    "_links": {
      "base": "https://your-domain.atlassian.net/rest/servicedeskapi"
    },
    "values": [
      {
        "_expands": [
          "attachment",
          "renderedBody"
        ],
        "id": "1000",
        "body": "Hello there",
        "public": true,
        "author": {
          "accountId": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
          "displayName": "Fred F. User",
          "emailAddress": "fred@example.com",
          "active": true,
          "timeZone": "Australia/Sydney"
        },
        "created": {
          "epochMillis": 1444360920000,
          "friendly": "Today 10:22 AM",
          "iso8601": "2015-10-09T10:22:00+0700"
        },
        "_links": {
          "self": "https://your-domain.atlassian.net/rest/servicedeskapi/request/2000/comment/1000"
        }
      }
    ]
  }
}