Get registry value
GET
/resources/registry/{key}
If search type is set to prefix, returns all keys that begin with the specified key or exactly match.
If index is true, returns an array of all available keys without values.
Parameters
Path Parameters
key*
Type
Requiredstring
Query Parameters
searchType
Type
string
Valid values
"exact""prefix"index
Type
boolean
Default
falseResponses
OK
JSON
"string"
GET
/resources/registry/{key}