Endpoint
/api/v2/tenants/{tenantId}/changeRequests/categories/{uniqueId}
Path Parameters
tenantIdstring
uniqueIdstring
namestring
(Optional) Category name.
parentCategoryobject
Parent category details. This field is required while assigning a child category to a parent category.
Child Parameters
- parentCategory.name
- parentCategory.uniqueId
{
"name": "Internal Audit",
"parentCategory": {
"name": "Internal Support",
"uniqueId": "SCAT-7c602980-b15d-4b50-8088-23d49307fb02"
}
}
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": "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"
}