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