View all Integrated Project Actuals

get

/api/restapi/projectActuals/externallySourced

This endpoint returns all integrated project actuals objects.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityExternallySourcedProjectActuals>
Type: array
Title: List<ApiEntityExternallySourcedProjectActuals>
Show Source
Nested Schema : ApiEntityExternallySourcedProjectActuals
Type: object
Title: ApiEntityExternallySourcedProjectActuals
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a project actuals.
Show Source
Nested Schema : projectActualsCost
An object containing cost fields in the form of key-value pairs.
Match All
An object containing cost fields in the form of key-value pairs.
Show Source
Nested Schema : ApiEntityProjectActualsConfiguredFieldValue
Type: object
Title: ApiEntityProjectActualsConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProjectActualsCost
Type: object
Title: ApiEntityProjectActualsCost
Show Source
Nested Schema : projectActuals
The supporting details for the project actuals.
Match All
The supporting details for the project actuals.
Show Source
Nested Schema : ApiEntityProjectActuals
Type: object
Title: ApiEntityProjectActuals
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a project actuals.
Show Source
Nested Schema : projectActualsCost
An object containing cost fields in the form of key-value pairs.
Match All
An object containing cost fields in the form of key-value pairs.
Show Source

204 Response

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