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, customLogTypeName' or 'customLogTypeObjectId' or 'workspaceCode, scope, scopeCode, customLogTypeName'
Batch Create Custom Log Type Objects
Method: post
Path: /primeapi/restapi/customLogTypeObject/batch
Batch Delete Custom Log Type Object Code Types
Method: delete
Path: /primeapi/restapi/customLogTypeObject/codeTypes/workspace/{workspaceCode}/project/{projectCode}/name/{customLogTypeObjectName}
Batch Delete Custom Log Type Object Configured Fields
Method: delete
Path: /primeapi/restapi/customLogTypeObject/udfs/workspace/{workspaceCode}/project/{projectCode}/name/{customLogTypeObjectName}
Batch Delete Custom Log Type Objects
Method: delete
Path: /primeapi/restapi/customLogTypeObject/batch
Batch Update Custom Log Type Objects
Method: put
Path: /primeapi/restapi/customLogTypeObject/batch
Create a Custom Log Type Object
Method: post
Path: /primeapi/restapi/customLogTypeObject
Delete a Custom Log Type Object
Method: delete
Path: /primeapi/restapi/customLogTypeObject/{id}
Update a Custom Log Type Object
Method: put
Path: /primeapi/restapi/customLogTypeObject
View a Custom Log Type Object
Method: get
Path: /primeapi/restapi/customLogTypeObject/{id}
View a Custom Log Type Object by Parent and Code
Method: get
Path: /primeapi/restapi/customLogTypeObject/workspace/{workspaceCode}/project/{projectCode}/name/{customLogObjectName}
View Custom Log Type Objects by Parent
Method: get
Path: /primeapi/restapi/customLogTypeObject/workspace/{workspaceCode}/project/{projectCode}