Skip to main content
GET
/
api
/
board
/
{boardId}
/
configuration
/
fields
List board fields
curl --request GET \
  --url https://core-api.getaptly.com/api/board/{boardId}/configuration/fields \
  --header 'x-token: <api-key>'
{
  "data": [
    {
      "uuid": "<string>",
      "name": "<string>",
      "type": "<string>",
      "position": 123,
      "optional": true,
      "archived": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-token
string
header
required

Path Parameters

boardId
string
required

Response

Array of board fields.

data
object[]