getSchemas
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/schemas
WebsocketHTTP/S
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/schemas' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "config",
"subcommand": "getschema",
"tan": 4711
}'
Response Response Example
{
"command": "string",
"subcommand": "string",
"success": true,
"info": {},
"error": "string",
"errorData": [
{
"description": "string"
}
],
"tan": 0
}
Request
Body Params application/json