Get full board configuration
curl --request GET \
--url https://core-api.getaptly.com/api/board/{boardId}/configuration \
--header 'x-token: <api-key>'{
"data": {
"fields": [
{
"uuid": "<string>",
"name": "<string>",
"type": "<string>",
"position": 123,
"optional": true,
"archived": true
}
],
"automations": [
{
"uuid": "<string>",
"title": "<string>",
"archived": true,
"destinationBoardUuid": "<string>",
"sourceBoardUuid": "<string>",
"runMode": "<string>",
"segment": "<unknown>",
"timeOfDay": 123
}
],
"options": {
"minCallDuration": 123,
"boardEmailOnlyParsedCards": true,
"displayFieldNames": true,
"agingIndicator": true,
"applicationFeatures": true,
"applicationLinking": true,
"defaultContactType": "<string>",
"updateBadgeField": "<string>"
},
"tabViews": [
{
"uuid": "<string>",
"name": "<string>",
"url": "<string>",
"icon": "<string>",
"embedSource": "<string>",
"type": "<string>"
}
],
"workflows": [
{}
],
"groups": [
{}
],
"shares": {
"acl": [
{}
]
},
"theme": {
"name": "<string>",
"cardName": "<string>",
"color": "<string>",
"icon": "<string>",
"description": "<string>",
"shortCode": "<string>"
},
"filters": [
{}
]
}
}Board
Get full board configuration
Returns all configuration sections for the board in a single response: fields, automations, options, tabViews, workflows, groups, shares, theme, and filters.
GET
/
api
/
board
/
{boardId}
/
configuration
Get full board configuration
curl --request GET \
--url https://core-api.getaptly.com/api/board/{boardId}/configuration \
--header 'x-token: <api-key>'{
"data": {
"fields": [
{
"uuid": "<string>",
"name": "<string>",
"type": "<string>",
"position": 123,
"optional": true,
"archived": true
}
],
"automations": [
{
"uuid": "<string>",
"title": "<string>",
"archived": true,
"destinationBoardUuid": "<string>",
"sourceBoardUuid": "<string>",
"runMode": "<string>",
"segment": "<unknown>",
"timeOfDay": 123
}
],
"options": {
"minCallDuration": 123,
"boardEmailOnlyParsedCards": true,
"displayFieldNames": true,
"agingIndicator": true,
"applicationFeatures": true,
"applicationLinking": true,
"defaultContactType": "<string>",
"updateBadgeField": "<string>"
},
"tabViews": [
{
"uuid": "<string>",
"name": "<string>",
"url": "<string>",
"icon": "<string>",
"embedSource": "<string>",
"type": "<string>"
}
],
"workflows": [
{}
],
"groups": [
{}
],
"shares": {
"acl": [
{}
]
},
"theme": {
"name": "<string>",
"cardName": "<string>",
"color": "<string>",
"icon": "<string>",
"description": "<string>",
"shortCode": "<string>"
},
"filters": [
{}
]
}
}⌘I