Curve REST Endpoints

Curve
Use the Curve service to create, view, update, and delete curves. Curves specify how values such as scope assignment quantities and hours are spread across the duration of an activity. Update Keys : 'curveId'
Batch Create Curves
Method: post
Path: /api/restapi/curve/batch
Batch Delete Curves
Method: delete
Path: /api/restapi/curve/batch
Batch Sync Curves
Method: post
Path: /api/restapi/curve/syncBatch
Batch Update Curves
Method: put
Path: /api/restapi/curve/batch
Create a Curve
Method: post
Path: /api/restapi/curve
Delete a Curve
Method: delete
Path: /api/restapi/curve/{curveId}
Update a Curve
Method: put
Path: /api/restapi/curve
View a Curve
Method: get
Path: /api/restapi/curve/{curveId}
View a Curve by Name
Method: get
Path: /api/restapi/curve/name/{curveName}
View a Curve by Workspace
Method: get
Path: /api/restapi/curve/workspace/{workspaceId}
View a Curve by Workspace and Name
Method: get
Path: /api/restapi/curve/workspace/{workspaceId}/name/{curveName}