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

parentCategory
object

parentCategory.name
parentCategory.uniqueId
{
  "names": [
    "VPN",
    "Wireless"
  ],
  "parentCategory": {
    "name": "Network",
    "uniqueId": "SCAT-8d55d25d-b6e1-4609-a001-17c441c02a0a"
  }
}
{
  "names": [
    "Network",
    "Database"
  ]
}

Responses

OK

[
  {
    "createdBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "createdDate": "2018-02-09T09:14:13+0000",
    "name": "VPN",
    "parentCategory": {
      "name": "Network",
      "uniqueId": "SCAT-8d55d25d-b6e1-4609-a001-17c441c02a0a"
    },
    "uniqueId": "SCAT-3c979305-d092-47b1-bbd8-7a8570d0c3d2",
    "updatedBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "updatedDate": "2018-02-09T09:14:13+0000"
  },
  {
    "createdBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "createdDate": "2018-02-09T09:14:15+0000",
    "name": "Wireless",
    "parentCategory": {
      "name": "Network",
      "uniqueId": "SCAT-8d55d25d-b6e1-4609-a001-17c441c02a0a"
    },
    "uniqueId": "SCAT-1242b7a8-eb31-40d7-b271-1186559384b0",
    "updatedBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "updatedDate": "2018-02-09T09:14:15+0000"
  }
]
[
  {
    "createdBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "createdDate": "2018-02-09T09:07:53+0000",
    "name": "Network",
    "uniqueId": "SCAT-8d55d25d-b6e1-4609-a001-17c441c02a0a",
    "updatedBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "updatedDate": "2018-02-09T09:07:53+0000"
  },
  {
    "createdBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "createdDate": "2018-02-09T09:07:54+0000",
    "name": "Database",
    "uniqueId": "SCAT-c67672dd-3d5a-4fe3-8f76-3d63747263ee",
    "updatedBy": {
      "email": "john.smith@myorganization.com",
      "firstName": "John",
      "id": "USR0001202764",
      "lastName": "Smith",
      "loginName": "John_Smith"
    },
    "updatedDate": "2018-02-09T09:07:54+0000"
  }
]