Get project
Get a single project, given an ID.
/ v1 / projects / {id}
Authorization
Path parameters
-
The ID of the project to return.
Response
200 - application/json - object
-
The ID of the project.
-
The name of the project.
-
The HTML contents of the description.
-
The ID of the workspace.
- statusobject
The status of the project.
- namestring
The name of the status.
- isDefaultStatusboolean
Whether this status is a default status for the workspace.
- isResolvedStatusboolean
Whether this is a resolved (terminated) status for the workspace.
-
- createdTimedatetime
The timestamp when the project was created.
- updatedTimedatetime
The timestamp when the project was last updated.
- customFieldValuesrecord<object>
Record of custom field values for the entity, where each key is the name of the custom field (not the ID). Each object contains a "type" discriminator and a "value" property that varies based on the field type.
- textobject
Text custom field value.
- numberobject
Number custom field value.
- urlobject
URL custom field value.
- dateobject
Date custom field value.
- selectobject
Select custom field value.
- multiSelectobject
Multi-select custom field value.
- personobject
Person custom field value.
- multiPersonobject
Multi-person custom field value.
- emailobject
Email custom field value.
- phoneobject
Phone custom field value.
- checkboxobject
Checkbox custom field value.
-