Baseline Category REST Endpoints
Baseline Category
Use the Baseline Category service to create, view, update, and delete baseline categories. Update Keys : 'baselineCategoryId'
- Batch Create Baseline Categories
- Method: postPath:
/api/restapi/baselineCategory/batch
- Batch Delete Baseline Categories
- Method: deletePath:
/api/restapi/baselineCategory/batch
- Batch Sync Baseline Categories
- Method: postPath:
/api/restapi/baselineCategory/syncBatch
- Batch Update Baseline Categories
- Method: putPath:
/api/restapi/baselineCategory/batch
- Create a Baseline Category
- Method: postPath:
/api/restapi/baselineCategory
- Delete a Baseline Category
- Method: deletePath:
/api/restapi/baselineCategory/{baselineCategoryId}
- Update a Baseline Category
- Method: putPath:
/api/restapi/baselineCategory
- View a Baseline Category
- Method: getPath:
/api/restapi/baselineCategory/{baselineCategoryId}
- View all Baseline Categories by Code
- Method: getPath:
/api/restapi/baselineCategory/name/{baselineCategoryName}
- View all Baseline Categories by Workspace ID
- Method: getPath:
/api/restapi/baselineCategory/workspace/{workspaceId}