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/options \ --header 'x-token: <api-key>'
{ "data": { "minCallDuration": 123, "boardEmailOnlyParsedCards": true, "displayFieldNames": true, "agingIndicator": true, "applicationFeatures": true, "applicationLinking": true, "defaultContactType": "<string>", "updateBadgeField": "<string>" } }
Returns the current configuration options for the board.
Board options.
Configurable board-level settings. All fields are optional — only include the ones you want to change on PATCH.
Show child attributes