{
  "data": {
    "comment": {
      "_expands": [
        "attachment",
        "renderedBody"
      ],
      "id": "1000",
      "body": "Please find the screenshot attached.",
      "public": true,
      "author": {
        "accountId": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
        "displayName": "Fred F. User",
        "emailAddress": "fred@example.com"
      },
      "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"
      }
    },
    "attachments": {
      "_expands": [],
      "size": 1,
      "start": 0,
      "limit": 50,
      "isLastPage": true,
      "values": [
        {
          "filename": "screenshot.png",
          "author": {
            "accountId": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
            "displayName": "Fred F. User"
          },
          "created": {
            "epochMillis": 1444360920000,
            "friendly": "Today 10:22 AM",
            "iso8601": "2015-10-09T10:22:00+0700"
          },
          "size": 23123,
          "mimeType": "image/png",
          "_links": {
            "content": "https://your-domain.atlassian.net/servicedesk/customershim/secure/attachment/10000/screenshot.png",
            "thumbnail": "https://your-domain.atlassian.net/servicedesk/customershim/secure/thumbnail/10000/_thumb_10000.png"
          }
        }
      ]
    }
  }
}