View Assignments by Baseline

get

/api/restapi/assignment/baseline/data

Send a request to this endpoint to view all assignments by baseline matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityBaselineAssignment>
Type: array
Title: List<ApiEntityBaselineAssignment>
Show Source
Nested Schema : ApiEntityBaselineAssignment
Type: object
Title: ApiEntityBaselineAssignment
Show Source
Nested Schema : assignmentFinancial
List all assignment cost field spread data assigned to the assignment.
Match All
List all assignment cost field spread data assigned to the assignment.
Show Source
Nested Schema : assignmentManualCurve
List the manual curve for planned and remaining units on the assignment.
Match All
List the manual curve for planned and remaining units on the assignment.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for an assignment.
Show Source
Nested Schema : resourceCurve
The resource's units and costs distributed over the duration of an activity.
Match All
The resource's units and costs distributed over the duration of an activity.
Show Source
Nested Schema : ApiEntityAssignmentFinancial
Type: object
Title: ApiEntityAssignmentFinancial
Show Source
Nested Schema : ApiEntityAssignmentManualCurve
Type: object
Title: ApiEntityAssignmentManualCurve
Show Source
Nested Schema : ApiEntityAssignmentConfiguredFieldValue
Type: object
Title: ApiEntityAssignmentConfiguredFieldValue
Show Source
Nested Schema : ApiEntityCurve
Type: object
Title: ApiEntityCurve
Show Source
Nested Schema : buckets
Type: array
The buckets of a cost curve.
Show Source
Nested Schema : ApiEntityCurveBucket
Type: object
Title: ApiEntityCurveBucket
Show Source

204 Response

Successful operation with no content.

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top