ScenariosNameGlobalsKey
Get Scenario Global State Key
Get a specific global state key value
Path Parameters
key*Key
Key to get from global state
Length
1 <= lengthname*Name
Scenario name
Length
1 <= lengthResponse Body
application/json
application/json
curl -X GET "https://loading/api/scenarios/string/globals/string"nullEmpty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}