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.
- Assign or Promote a Curve
- Method: postPath:
/primeapi/restapi/curve/replicateObjectInWorkspaces/curve/{curveId}/workspace/{workspaceId}
- Batch Create Curves
- Method: postPath:
/primeapi/restapi/curve/batch
- Batch Delete Curves
- Method: deletePath:
/primeapi/restapi/curve/batch
- Batch Update Curves
- Method: putPath:
/primeapi/restapi/curve/batch
- Create a Curve
- Method: postPath:
/primeapi/restapi/curve
- Delete a Curve
- Method: deletePath:
/primeapi/restapi/curve/{id}
- Update a Curve
- Method: putPath:
/primeapi/restapi/curve
- View a Curve
- Method: getPath:
/primeapi/restapi/curve/{id}
- View a Curve by Name
- Method: getPath:
/primeapi/restapi/curve/name/{curveName}
- View a Curve by Workspace
- Method: getPath:
/primeapi/restapi/curve/workspace/{workspaceId}
- View a Curve by Workspace and Name
- Method: getPath:
/primeapi/restapi/curve/workspace/{workspaceId}/name/{curveName}
- View a curve profile by name and workspace
- Method: getPath:
/primeapi/restapi/curve/resolveCurve/workspace/{workspaceId}/curveName/{curveName}