Get a project by ID
Get a project with the given ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
project_id
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
id
A unique ID assigned to this project.
created_at
Project created at
updated_at
Last time project was updated at
entity_id
The ID of the entity to which the project was issued.
name
The project name.
code
Project code
color
Project color
created_by_entity_user_id
Project created by entity user
description
Description of project
end_date
Project end date
parent_id
Parent project ID
partner_metadata
Project metadata
start_date
Project start date
Errors
400
Get Projects ID Request Bad Request Error
401
Get Projects ID Request Unauthorized Error
403
Get Projects ID Request Forbidden Error
404
Get Projects ID Request Not Found Error
422
Get Projects ID Request Unprocessable Entity Error
500
Get Projects ID Request Internal Server Error