Skip to content

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
string
Required

Query Parameters

searchType
Type
string
Valid values
"exact""prefix"
index
Type
boolean
Default
false

Responses

OK

JSON
"string"

Samples

© 2024 Hantera AB. All rights reserved.