curl --request GET \
--url https://app.getaptly.com/api/schema/{boardId} \
--header 'x-token: <x-token>'{
"fields": [
{
"uuid": "abc123-uuid",
"name": "Priority",
"type": "select"
}
]
}Returns the field schema for the board, including all field names and their UUIDs.
curl --request GET \
--url https://app.getaptly.com/api/schema/{boardId} \
--header 'x-token: <x-token>'{
"fields": [
{
"uuid": "abc123-uuid",
"name": "Priority",
"type": "select"
}
]
}