View all Project Actuals by Assigned Configured Field Value

get

/api/restapi/projectActuals/project/{projectId}/configuredField/{viewColumnName}/{value}

This endpoint returns project actuals 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.
  • The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} 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<ApiEntityProjectActuals>
Type: array
Title: List<ApiEntityProjectActuals>
Show Source
  • ApiEntityProjectActuals
    Title: ApiEntityProjectActuals
    This entity represents a ProjectActuals object, a unique ProjectActuals object can be identified by the following combinations of the fields.
    • projectActualsId
    • projectActualsCode,projectId
    • projectActualsCode,projectCode,workspaceCode
Nested Schema : ApiEntityProjectActuals
Type: object
Title: ApiEntityProjectActuals
This entity represents a ProjectActuals object, a unique ProjectActuals object can be identified by the following combinations of the fields.
  • projectActualsId
  • projectActualsCode,projectId
  • projectActualsCode,projectCode,workspaceCode
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
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
Show Source
  • ApiEntityProjectActuals
    Title: ApiEntityProjectActuals
    This entity represents a ProjectActuals object, a unique ProjectActuals object can be identified by the following combinations of the fields.
    • projectActualsId
    • projectActualsCode,projectId
    • projectActualsCode,projectCode,workspaceCode

204 Response

Successful operation with no content.

404 Response

Project Actuals with the specified ID does not exist or has been deleted.
Back to Top