Custom Log Type Object REST Endpoints

Custom Log Type Object
The Custom Log Object Type service enables you to send requests related to custom log object types. Update Keys : 'scope, scopeId, customLogObjectName' or 'customLogTypeObjectId' or 'workspaceCode, scope, scopeCode, customLogObjectName'
Assign a Custom Log Type Object to Workspaces, Programs and Projects
Method: post
Path: /api/restapi/customLogTypeObject/assign
Assign Permission Profiles To User
Method: post
Path: /api/restapi/customLogTypeObject/assignUser
Batch Assign Custom Log Type Objects to a Workspaces, Programs and Projects
Method: post
Path: /api/restapi/customLogTypeObject/assign/batch
Batch Create Custom Log Type Objects
Method: post
Path: /api/restapi/customLogTypeObject/batch
Batch Delete Custom Log Type Object Code Types
Method: delete
Path: /api/restapi/customLogTypeObject/codeTypes/workspace/{workspaceCode}/scope/{scopeCode}/name/{customLogTypeObjectName}
Batch Delete Custom Log Type Object Configured Fields
Method: delete
Path: /api/restapi/customLogTypeObject/udfs/workspace/{workspaceCode}/scope/{scopeCode}/name/{customLogTypeObjectName}
Batch Delete Custom Log Type Objects
Method: delete
Path: /api/restapi/customLogTypeObject/batch
Batch Sync Custom Log Type Objects
Method: post
Path: /api/restapi/customLogTypeObject/syncBatch
Batch Unassign Custom Log Type Objects to a Workspaces, Programs and Projects
Method: delete
Path: /api/restapi/customLogTypeObject/unassign/batch
Batch Update Custom Log Type Objects
Method: put
Path: /api/restapi/customLogTypeObject/batch
Create a Custom Log Type Object
Method: post
Path: /api/restapi/customLogTypeObject
Delete a Custom Log Type Object
Method: delete
Path: /api/restapi/customLogTypeObject/{customLogTypeObjectId}
Unassign a Custom Log Type Object to Workspaces, Programs and Projects
Method: delete
Path: /api/restapi/customLogTypeObject/unassign
Update a Custom Log Type Object
Method: put
Path: /api/restapi/customLogTypeObject
View a Custom Log Type Object
Method: get
Path: /api/restapi/customLogTypeObject/{customLogTypeObjectId}
View a Custom Log Type Object by Name and Workspace or Program or Project Codes
Method: get
Path: /api/restapi/customLogTypeObject/byItemCode
View Custom Log Type Objects by Program
Method: get
Path: /api/restapi/customLogTypeObject/program/{programId}
View Custom Log Type Objects by Project
Method: get
Path: /api/restapi/customLogTypeObject/project/{projectId}
View Custom Log Type Objects by Workspace
Method: get
Path: /api/restapi/customLogTypeObject/workspace/{workspaceId}
View Custom Log Type Objects by Workspace or Program or Project Codes
Method: get
Path: /api/restapi/customLogTypeObject/byParent
View User Permission Sets for Custom Log Type Object
Method: get
Path: /api/restapi/customLogTypeObject/permissionSets