Get details of a global configuration by key.
get
/connectedWorker/clientapi/v2/configurations/{key}
This operation returns a specific global configuration.
Request
Path Parameters
-
key: string
Key that identifies configuration item
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Global configuration was successfully retrieved.
Root Schema : Configuration
Type:
Show Source
object
-
key:
string
Key that identifies the configuration itemExample:
my.key
-
links(optional):
array links
Read Only:
true
-
value:
object value
Value of the configuration item. Supported types are boolean, double, string, array of doubles and array of strings
Nested Schema : value
Type:
object
Value of the configuration item. Supported types are boolean, double, string, array of doubles and array of strings
Nested Schema : Link
Type:
Show Source
object
-
href:
string
The target resource's URI
-
rel:
string
Relation type