Skip to main content
GET
/
schema
/
{boardId}
Get board schema
curl --request GET \
  --url https://app.getaptly.com/api/schema/{boardId} \
  --header 'x-token: <x-token>'
{
  "fields": [
    {
      "uuid": "abc123-uuid",
      "name": "Priority",
      "type": "select"
    }
  ]
}

Headers

x-token
string
required

Your Aptly API Token. Available in the Aptly UI under Card Sources > API.

Path Parameters

boardId
string
required

The unique ID of the board.

Response

Board schema

fields
object[]