{
  "data": {
    "_expands": [],
    "size": 1,
    "start": 0,
    "limit": 50,
    "isLastPage": true,
    "_links": {
      "base": "https://your-domain.atlassian.net/rest/servicedeskapi",
      "context": "context"
    },
    "values": [
      {
        "issueId": "107001",
        "issueKey": "HELPDESK-1",
        "summary": "Request JSD help via REST",
        "requestTypeId": "25",
        "serviceDeskId": "10",
        "createdDate": {
          "epochMillis": 1444290120000,
          "friendly": "Monday 14:42 PM",
          "iso8601": "2015-10-08T14:42:00+0700",
          "jira": "2015-10-08T14:42:00.000+0700"
        },
        "currentStatus": {
          "status": "Waiting for Support",
          "statusCategory": "NEW"
        }
      }
    ]
  }
}