View an Assignment

get

/api/restapi/assignment/{assignmentId}

This endpoint returns assignments that meet the following requirements:
  • The object is associated with an assignment with an ID value that matches the value of the {assignmentId} path parameter.
Assignments represent the allocation of project or workspace resources to project activities.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityAssignment
Type: object
Title: ApiEntityAssignment
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

404 Response

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