Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } ] }
Returns all fields defined on the board, including archived ones.
Array of board fields.
Show child attributes