Get details of a phase
GET {{baseUrl}}/projects/phases/:id
Returns the details of a specific project phase.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":2,"name":"Project Phase","board_id":1,"order_nr":2,"add_time":"2023-09-12 11:12:18","update_time":"2023-09-14 05:45:40"},"additional_data":null}