GET
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
variables
cURL
curl --request GET \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables \
  --header 'Authorization: <api-key>'
{
  "dynamic": {},
  "global": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required

Response

GetVariablesSchemaResponse is the response containing the variables schema.

BoardVariablesSchema is the schema definition for board variables.

dynamic
object
global
object