Get a value
POST/valuestore/getValue
Get a value
Request
- application/json
Body
namespace object
scope string
id string
key string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- MOD3
success boolean
error string
errorcode integer
namespace object
scope string
id string
key string
value object
oneOf
string
number
boolean
type string
size integer
{
"success": true,
"error": "string",
"errorcode": 0,
"namespace": {
"scope": "string",
"id": "string"
},
"key": "string",
"value": "string",
"type": "string",
"size": 0
}
Loading...