Endpoint
/api/v2/tenants/{tenantId}/problems/categories/{uniqueId}
Path Parameters
tenantIdstring
uniqueIdstring
namestring
{
"name": "Routers",
"parentCategory": {
"name": "Network",
"uniqueId": "SCAT-8d55d25d-b6e1-4609-a001-17c441c02a0a"
}
}
Responses
OK
createdByobject
Child Parameters
- createdBy.email
- createdBy.firstName
- createdBy.id
- createdBy.lastName
- createdBy.loginName
- createdBy.phoneNumber
createdDatestring
namestring
uniqueIdstring
updatedByobject
Child Parameters
- updatedBy.email
- updatedBy.firstName
- updatedBy.id
- updatedBy.lastName
- updatedBy.loginName
- updatedBy.phoneNumber
updatedDatestring
{
"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"
}