digitaluapi

<back to all web services

GetVar

Requires Authentication
Required roles:Admin, Admin
The following routes are available for this service:
All Verbs/getvar/{Name}
GetVar Parameters:
NameParameterData TypeRequiredDescription
NamepathstringNo
HelloResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /getvar/{Name} HTTP/1.1 
Host: duengageapi.uat.scadsoftware.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"Name":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"Result":"String"}