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: post
Path: /api/restapi/reason/batch
Batch Delete Reasons
Method: delete
Path: /api/restapi/reason/batch
Batch Sync Reasons
Method: post
Path: /api/restapi/reason/syncBatch
Batch Update Reasons
Method: put
Path: /api/restapi/reason/batch
Create a Reason
Method: post
Path: /api/restapi/reason
Delete a Reason
Method: delete
Path: /api/restapi/reason/{reasonId}
Update a Reason
Method: put
Path: /api/restapi/reason
View a Reason
Method: get
Path: /api/restapi/reason/{reasonId}
View a Reason by Workspace and Name
Method: get
Path: /api/restapi/reason/workspace/{workspaceId}/name/{reasonName}
View all Reasons by Workspace
Method: get
Path: /api/restapi/reason/workspace/{workspaceId}