Category: Settings

Доступы к OTAPI:

IMAGES IMAGES Method GetWebUISettings

Reception of options of feature WebUI

Test request

Argument Type Value
instanceKey String
Key for working with OTAPI
language String
language for requested data
signature String
Signature to identify the request. Used only if the key has a secret. See details in Signing OT API requests.
timestamp String
Timestamp for signature. Used only if the key has a secret. See details in Signing OT API requests.
sessionId String
Operator session identifier. See details in Sessions in OT API.

Response

Argument Type Value
instanceKey String f867ebf2-219f-471a-81b8-078b434a1a78
language String en
sessionId String godMode

Type
Request
curl -X GET "http://otapi.net/service/GetWebUISettings?instanceKey=f867ebf2-219f-471a-81b8-078b434a1a78&language=en&sessionId=godMode"
curl -X POST "http://otapi.net/service/GetWebUISettings" -H "Content-Type: application/x-www-form-urlencoded" -d "instanceKey=f867ebf2-219f-471a-81b8-078b434a1a78&language=en&sessionId=godMode"

Response