Reason REST Endpoints
Reason
Use the Reason service to create, view, update, and delete reasons. Reasons provide justifications for recommitting to a task. Update Keys : 'reasonId'
- Batch Create Reasons
- Method: postPath:
/api/restapi/reason/batch - Batch Delete Reasons
- Method: deletePath:
/api/restapi/reason/batch - Batch Sync Reasons
- Method: postPath:
/api/restapi/reason/syncBatch - Batch Update Reasons
- Method: putPath:
/api/restapi/reason/batch - Create a Reason
- Method: postPath:
/api/restapi/reason - Delete a Reason
- Method: deletePath:
/api/restapi/reason/{reasonId} - Update a Reason
- Method: putPath:
/api/restapi/reason - View a Reason
- Method: getPath:
/api/restapi/reason/{reasonId} - View a Reason by Workspace and Name
- Method: getPath:
/api/restapi/reason/workspace/{workspaceId}/name/{reasonName} - View all Reasons by Workspace
- Method: getPath:
/api/restapi/reason/workspace/{workspaceId}