Get Global Variable by Name
Authorizations
Nected-API-KeystringRequired
Your Nected API key. Obtain from workspace settings.
Path parameters
namestringRequiredExample:
The variable name (as set on create)
tax_rate_gstHeader parameters
Nected-BranchstringOptional
Branch name (optional)
Responses
200
OK — full variable object
application/json
Standard response wrapper for single-variable operations (create, get-by-name, update)
codestringOptionalExample:
successmessagestringOptionalExample:
Success.404
Not Found — no variable with that name
application/json
500
Internal Server Error
application/json
get
/dev/variable/{name}Example response (full JSON)
Last updated