State

API endpoints for managing application state — variables, scopes, groups, and tags.

State

MethodEndpointDescription
POST/stateCreate state
GET/state/{stateId}Get state
DELETE/state/{stateId}Delete state
PUT/state/{stateId}/valueSet value

Variables

MethodEndpointDescription
POST/state/{stateId}/variablesAdd variables
DELETE/state/{stateId}/variables/{variableId}Remove variable

Groups

MethodEndpointDescription
POST/state/{stateId}/groupsAdd groups
DELETE/state/{stateId}/groups/{groupId}Remove group

Scopes

MethodEndpointDescription
POST/state/{stateId}/scopesAdd scopes
DELETE/state/{stateId}/scopes/{scopeId}Remove scope

Tags

MethodEndpointDescription
POST/state/{stateId}/tagsAdd tags
DELETE/state/{stateId}/tags/{tagId}Remove tag