Endpoint
/api/v2/tenants/{tenantId}/incidents/categories
Path Parameters
tenantId
string

parentCategory
object

parentCategory.name
parentCategory.uniqueId
{
  "names": [
    "CPU",
    "Monitors"
  ],
  "parentCategory": {
    "name": "Hardware",
    "uniqueId": "SCAT-b610567d-2966-496f-8ff2-2e67fef5378b"
  }
}
{
  "names": [
    "Hardware"
  ]
}

Responses

OK

[
  {
    "createdBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "createdDate": "2018-02-08T10:27:40+0000",
    "name": "CPU",
    "parentCategory": {
      "name": "Hardware",
      "uniqueId": "SCAT-b610567d-2966-496f-8ff2-2e67fef5378b"
    },
    "uniqueId": "SCAT-b089ae21-e86d-43d4-98d3-b204d03d20e5",
    "updatedBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "updatedDate": "2018-02-08T10:27:40+0000"
  },
  {
    "createdBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "createdDate": "2018-02-08T10:27:41+0000",
    "name": "Monitors",
    "parentCategory": {
      "name": "Hardware",
      "uniqueId": "SCAT-b610567d-2966-496f-8ff2-2e67fef5378b"
    },
    "uniqueId": "SCAT-f5e48aa0-e9a4-4990-9a6e-1c37d4cdb6ac",
    "updatedBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "updatedDate": "2018-02-08T10:27:41+0000"
  }
]
[
  {
    "createdBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "createdDate": "2018-02-08T10:19:46+0000",
    "name": "Hardware",
    "uniqueId": "SCAT-b610567d-2966-496f-8ff2-2e67fef5378b",
    "updatedBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "updatedDate": "2018-02-08T10:19:46+0000"
  }
]