View Project Companies by Code
get
/primeapi/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.
Request
Path Parameters
-
projectCode: string
Code of the project to be found.
-
workspaceCode: string
The user-specified identifier of a workspace.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityProjectCompany
Type:
Show Source
object
-
color(optional):
string
The selected color representation of the company.
-
companyId:
integer(int64)
The unique identifier of a company.
-
companyName(optional):
string
The name of the company.
-
link(optional):
string(url)
Read Only:
true
-
postalCode(optional):
string
The postal code, post code, or zip code of a location.
-
projectCode(optional):
string
The unique identifier for a project set by the user who created the project.
-
projectCompanyId(optional):
integer(int64)
The unique identifier of a company. This value should not be provided in create operation request data, however, it is required for update requests.
-
projectId:
integer(int64)
The unique identifier of a project.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceCode(optional):
string
Workspace Code.
204 Response
Successful operation with no content.
404 Response
The requested project company does not exist, or you do not have access to it.