curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables \
--header 'Authorization: <api-key>'
{
"dynamic": {},
"global": {}
}
Get the JSON schema for the variables of a board.
curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables \
--header 'Authorization: <api-key>'
{
"dynamic": {},
"global": {}
}