View Resource Demands by Project ID

get

/primeapi/restapi/resourceDemand/project/{id}

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

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityResourceDemand
Type: object
Show Source
Nested Schema : Percent
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : Unit
Type: object
Nested Schema : resourceDemandData
Type: array
Unique Items Required: true
Show Source
Nested Schema : ApiEntityResourceDemandData
Type: object
Show Source

204 Response

Successful operation with no content.

404 Response

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