Get a project
GET/api/projects/{id}
This endpoint handles both the Project List and the Pipeline Opportunities as a single "project" resource.
Required permissions:
- pipeline.view: allows view resources where the user is the PM or the Account.
- pipeline.view_other: allows view resources where the user is not the PM nor the Account.
Here the dedicated support page.
Project metadata
Project metadata appear in the response as
dynamic fields named metadata_13 where 13 is the ID of the project metadata.
Only project metadata with a value will appear in the response.
You can get all the available project metadata using the related endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
Returns the requested project.
Validation failed
Unauthorized
Forbidden
Not found
Precondition failed