View Assignments by Resource Code

get

/api/restapi/assignment/resource/code/{resourceCode}

This endpoint returns assignements that meet the following requirements:
  • The object has a resource with a code value that matches the value of the {resourceCode} 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 : List<ApiEntityAssignment>
Type: array
Title: List<ApiEntityAssignment>
Show Source
Nested 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

204 Response

Successful operation with no content.

404 Response

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