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

uniqueId
string

name
string

(Optional) Category name.

parentCategory
object

Parent category details. This field is required while assigning a child category to a parent category.

parentCategory.name
parentCategory.uniqueId
{
  "name": "Internal Audit",
  "parentCategory": {
    "name": "Internal Support",
    "uniqueId": "SCAT-7c602980-b15d-4b50-8088-23d49307fb02"
  }
}

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": "james.blake@myorganization.com",
    "firstName": "James",
    "id": "USR0001202764",
    "lastName": "Blake",
    "loginName": "James_Blake",
    "phoneNumber": ""
  },
  "createdDate": "2018-02-09T09:47:11+0000",
  "name": "Internal Audit",
  "parentCategory": {
    "name": "Internal Support",
    "uniqueId": "SCAT-7c602980-b15d-4b50-8088-23d49307fb02"
  },
  "uniqueId": "SCAT-b6470d44-c1c9-46be-9901-3711039f8e5d",
  "updatedBy": {
    "email": "james.blake@myorganization.com",
    "firstName": "James",
    "id": "USR0001202764",
    "lastName": "Blake",
    "loginName": "James_Blake"
  },
  "updatedDate": "2018-02-12T11:16:44+0000"
}