Skip to main content
GET
/
tickets
/
board
Get ticket board columns and tickets
curl --request GET \
  --url https://app.dilli.studio/api/v1/tickets/board \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "tickets": [
      {
        "id": "<string>",
        "name": "<string>",
        "position": 123
      }
    ]
  }
]
Use the API Playground below to send this request with your X-Api-Key. The base URL and headers are prefilled; update any path, query, or body fields and click Send.

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

OK

id
string
tickets
object[]