Get a project by ID

Get a project with the given ID.

Path parameters

project_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstringformat: "uuid"
A unique ID assigned to this project.
created_atdatetime
Project created at
updated_atdatetime
Last time project was updated at
entity_idstringformat: "uuid"
The ID of the entity to which the project was issued.
namestring>=1 character<=255 characters
The project name.
codestringOptionalformat: "^[a-zA-Z0-9]+$">=1 character<=20 characters
Project code
colorstringOptional<=128 characters
Project color
created_by_entity_user_idstringOptionalformat: "uuid"
Project created by entity user
descriptionstringOptional<=1024 characters
Description of project
end_datestringOptionalformat: "date"
Project end date
parent_idstringOptionalformat: "uuid"
Parent project ID
partner_metadatamap from strings to anyOptional
Project metadata
start_datestringOptionalformat: "date"
Project start date
tagslist of objectsOptional

A list of user-defined tags (labels) assigned to this project.

Errors