View all Project Companies by Code

get

/api/restapi/projectCompany/workspace/{workspaceCode}/project/{projectCode}

This endpoint returns project companies that meet the following requirements:
  • The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.
  • The object is associated with a workspace with a code value that matches the value of the {workspaceCode} 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<ApiEntityProjectCompany>
Type: array
Title: List<ApiEntityProjectCompany>
Show Source
Nested Schema : ApiEntityProjectCompany
Type: object
Title: ApiEntityProjectCompany
Show Source

204 Response

Successful operation with no content.

404 Response

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