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: postPath:
/primeapi/restapi/customLogTypeObject/batch
- Batch Delete Custom Log Type Object Code Types
- Method: deletePath:
/primeapi/restapi/customLogTypeObject/codeTypes/workspace/{workspaceCode}/project/{projectCode}/name/{customLogTypeObjectName}
- Batch Delete Custom Log Type Object Configured Fields
- Method: deletePath:
/primeapi/restapi/customLogTypeObject/udfs/workspace/{workspaceCode}/project/{projectCode}/name/{customLogTypeObjectName}
- Batch Delete Custom Log Type Objects
- Method: deletePath:
/primeapi/restapi/customLogTypeObject/batch
- Batch Update Custom Log Type Objects
- Method: putPath:
/primeapi/restapi/customLogTypeObject/batch
- Create a Custom Log Type Object
- Method: postPath:
/primeapi/restapi/customLogTypeObject
- Delete a Custom Log Type Object
- Method: deletePath:
/primeapi/restapi/customLogTypeObject/{id}
- Update a Custom Log Type Object
- Method: putPath:
/primeapi/restapi/customLogTypeObject
- View a Custom Log Type Object
- Method: getPath:
/primeapi/restapi/customLogTypeObject/{id}
- View a Custom Log Type Object by Parent and Code
- Method: getPath:
/primeapi/restapi/customLogTypeObject/workspace/{workspaceCode}/project/{projectCode}/name/{customLogObjectName}
- View Custom Log Type Objects by Parent
- Method: getPath:
/primeapi/restapi/customLogTypeObject/workspace/{workspaceCode}/project/{projectCode}