Get details of a project

GET {{baseUrl}}/projects/:id

Returns the details of a specific project. Also note that custom fields appear as long hashes in the resulting data. These hashes can be mapped against the key value of project fields.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":{"id":8,"title":"Project","description":"Project Description","status":"open","status_change_time":"2023-09-12 11:12:18.110","start_date":"2023-09-18","end_date":"2024-03-04","owner_id":19,"add_time":"2023-09-12 11:12:18.110","update_time":"2023-09-14 05:45:40.084","labels":[13,14],"archive_time":"2023-09-15 11:12:18.110","deal_ids":[1,2],"person_id":2,"org_id":3,"board_id":1,"phase_id":1},"additional_data":null}