{
  "data": [
    {
      "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10000",
      "id": "10000",
      "description": "A task that needs to be done.",
      "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10318",
      "name": "Task",
      "subtask": false,
      "avatarId": 10318,
      "hierarchyLevel": 0
    },
    {
      "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10001",
      "id": "10001",
      "description": "A problem that needs to be fixed.",
      "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10303",
      "name": "Bug",
      "subtask": false,
      "avatarId": 10303,
      "hierarchyLevel": 0
    },
    {
      "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10002",
      "id": "10002",
      "description": "A new feature that needs to be implemented.",
      "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10310",
      "name": "Story",
      "subtask": false,
      "avatarId": 10310,
      "hierarchyLevel": 0
    }
  ]
}