Get the details of a project

GET {{baseUrl}}/api/v2/cases/projects/:project_id

Get the details of a project by project_id.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"id":"aeadc05e-98a8-11ec-ac2c-da7ad0900001","type":"project","attributes":{"key":"CASEM","name":"in magna commodo"},"relationships":{"member_team":{"data":[{"id":"f9bb8444-af7f-11ec-ac2c-da7ad0900001","type":"team_links"},{"id":"f9bb8444-af7f-11ec-ac2c-da7ad0900001","type":"team_links"}],"links":{"related":"/api/v2/team/c75a4a8e-20c7-11ee-a3a5-da7ad0900002/links"}},"member_user":{"data":[]}}}}