View all Resource Demands by Project ID

get

/api/restapi/resourceDemand/project/{projectId}

This endpoint returns resource demands that meet the following requirements:
  • The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.

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<ApiEntityResourceDemand>
Type: array
Title: List<ApiEntityResourceDemand>
Show Source
Nested Schema : ApiEntityResourceDemand
Type: object
Title: ApiEntityResourceDemand
Show Source
Nested Schema : resourceDemandCost
The total cost associated with the role's demand. This is calculated based on the standard role rates.
Match All
Show Source
Nested Schema : resourceDemandData
Type: array
Data about demand for the resource.
Show Source
Nested Schema : ApiEntityResourceDemandCost
Type: object
Title: ApiEntityResourceDemandCost
Show Source
  • The total cost associated with the role's committed units. This is calculated based on the standard role rates. This field is in base currency and is calculated from committedCostProject field based on the specified exchange rate.
  • The total cost associated with the role's committed units in a project. This is calculated based on the standard role rates. This value is based on the project currency.
  • The total cost associated with the role's demand. This is calculated based on the standard role rates. This field is in base currency and is calculated from demandCostProject field based on the specified exchange rate.
  • The total cost associated with the role's demand in a project. This is calculated based on the standard role rates. This value is based on the project currency.
  • The unique identifier of the demand. This value should not be provided in create operation request data, however, it is required for update requests.
  • The unique identifier for the project.
  • The total cost associated with the role's proposed allocation units. This is calculated based on the standard role rates. This field is in base currency and is calculated from proposedCostProject field based on the specified exchange rate.
  • The total cost associated with the role's proposed allocation units in a project. This is calculated based on the standard role rates. This value is based on the project currency.
  • The unique identifier of the assigned role.
  • Date when the record was last updated.
Nested Schema : ApiEntityResourceDemandData
Type: object
Title: ApiEntityResourceDemandData
Show Source
Nested Schema : resourceDemandDataCost
The total cost associated with the role's demand. This is calculated based on the standard role rates.
Match All
Show Source
Nested Schema : ApiEntityResourceDemandDataCost
Type: object
Title: ApiEntityResourceDemandDataCost
Show Source
  • The total cost associated with the role's committed units. This is calculated based on the standard role rates. This field is in base currency and is calculated from committedCostProject field based on the specified exchange rate.
  • The total cost associated with the role's committed units in a project. This is calculated based on the standard role rates. This value is based on the project currency.
  • The total cost associated with the role's demand. This is calculated based on the standard role rates. This field is in base currency and is calculated from demandCostProject field based on the specified exchange rate.
  • The total cost associated with the role's demand in a project. This is calculated based on the standard role rates. This value is based on the project currency.
  • The unique identifier for the weekly demand data.
  • The total cost associated with the role's proposed allocation units. This is calculated based on the standard role rates.?? This field is in base currency and is calculated from proposedCostProject field based on the specified exchange rate.
  • The total cost associated with the role's proposed allocation units in a project. This is calculated based on the standard role rates. This value is based on the project currency.
  • Date when the record was last updated.

204 Response

Successful operation with no content.

404 Response

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