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, customLogTypeObjectName'
- Assign a Custom Log Type Object to Workspaces, Programs and Projects
- Method: postPath:
/api/restapi/customLogTypeObject/assign - Assign Permission Profiles To User
- Method: postPath:
/api/restapi/customLogTypeObject/assignUser - Batch Assign Custom Log Type Objects to a Workspaces, Programs and Projects
- Method: postPath:
/api/restapi/customLogTypeObject/assign/batch - Batch Create Custom Log Type Objects
- Method: postPath:
/api/restapi/customLogTypeObject/batch - Batch Delete Custom Log Type Object Code Types
- Method: deletePath:
/api/restapi/customLogTypeObject/codeTypes/workspace/{workspaceCode}/scope/{scopeCode}/name/{customLogTypeObjectName} - Batch Delete Custom Log Type Object Configured Fields
- Method: deletePath:
/api/restapi/customLogTypeObject/udfs/workspace/{workspaceCode}/scope/{scopeCode}/name/{customLogTypeObjectName} - Batch Delete Custom Log Type Objects
- Method: deletePath:
/api/restapi/customLogTypeObject/batch - Batch Sync Custom Log Type Objects
- Method: postPath:
/api/restapi/customLogTypeObject/syncBatch - Batch Unassign Custom Log Type Objects to a Workspaces, Programs and Projects
- Method: deletePath:
/api/restapi/customLogTypeObject/unassign/batch - Batch Update Custom Log Type Objects
- Method: putPath:
/api/restapi/customLogTypeObject/batch - Create a Custom Log Type Object
- Method: postPath:
/api/restapi/customLogTypeObject - Delete a Custom Log Type Object
- Method: deletePath:
/api/restapi/customLogTypeObject/{customLogTypeObjectId} - Unassign a Custom Log Type Object to Workspaces, Programs and Projects
- Method: deletePath:
/api/restapi/customLogTypeObject/unassign - Update a Custom Log Type Object
- Method: putPath:
/api/restapi/customLogTypeObject - View a Custom Log Type Object
- Method: getPath:
/api/restapi/customLogTypeObject/{customLogTypeObjectId} - View a Custom Log Type Object by Name and Workspace or Program or Project Codes
- Method: getPath:
/api/restapi/customLogTypeObject/byItemCode - View Available Permission Sets for Custom Log Type Object
- Method: getPath:
/api/restapi/customLogTypeObject/permissionSets - View Custom Log Type Objects by Program
- Method: getPath:
/api/restapi/customLogTypeObject/program/{programId} - View Custom Log Type Objects by Project
- Method: getPath:
/api/restapi/customLogTypeObject/project/{projectId} - View Custom Log Type Objects by Workspace
- Method: getPath:
/api/restapi/customLogTypeObject/workspace/{workspaceId} - View Custom Log Type Objects by Workspace or Program or Project Codes
- Method: getPath:
/api/restapi/customLogTypeObject/byParent