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

uniqueId
string

name
string

parentCategory
object

parentCategory.name
parentCategory.uniqueId
{
  "name": "Routers",
  "parentCategory": {
    "name": "Network",
    "uniqueId": "SCAT-8d55d25d-b6e1-4609-a001-17c441c02a0a"
  }
}

Responses

OK

createdBy
object

createdBy.email
createdBy.firstName
createdBy.id
createdBy.lastName
createdBy.loginName
createdBy.phoneNumber
createdDate
string

name
string

parentCategory
object

parentCategory.name
parentCategory.uniqueId
uniqueId
string

updatedBy
object

updatedBy.email
updatedBy.firstName
updatedBy.id
updatedBy.lastName
updatedBy.loginName
updatedBy.phoneNumber
updatedDate
string

{
  "createdBy": {
    "email": "john.smith@myorganization.com",
    "firstName": "John",
    "id": "USR0000000047",
    "lastName": "Smith",
    "loginName": "John_Smith",
    "phoneNumber": ""
  },
  "createdDate": "2018-02-09T09:14:15+0000",
  "name": "Routers",
  "parentCategory": {
    "name": "Network",
    "uniqueId": "SCAT-8d55d25d-b6e1-4609-a001-17c441c02a0a"
  },
  "uniqueId": "SCAT-09b10785-060a-4178-9c82-eb3b39eb8dbe",
  "updatedBy": {
    "email": "john.smith@myorganization.com",
    "firstName": "John",
    "id": "USR0000000047",
    "lastName": "Smith",
    "loginName": "John_Smith"
  },
  "updatedDate": "2018-02-12T10:37:34+0000"
}