Get a value or list of all sub-values
GET
/resources/registry/{key}
Parameters
Path Parameters
key*
Type
Requiredstring
Query Parameters
searchType
If set to prefix, the request will return any key that begins with the specified key or exactly matches.
Type
string
Valid values
"exact""prefix"index
If true, an array of all available keys without values will be returned instead.
Type
boolean
Default
falseResponses
OK
JSON
"string"
GET
/resources/registry/{key}