Skip to main content
GET
/
api
/
board
/
{boardId}
/
configuration
/
filters
List board filters
curl --request GET \
  --url https://core-api.getaptly.com/api/board/{boardId}/configuration/filters \
  --header 'x-token: <api-key>'
{
  "data": [
    {
      "_id": "<string>",
      "name": "<string>",
      "aptletUuid": "<string>",
      "rules": [
        {}
      ],
      "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

List of filters.

data
object[]