Get details of a global configuration by key.

get

/connectedWorker/clientapi/v2/configurations/{key}

This operation returns a specific global configuration.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Global configuration was successfully retrieved.
Body ()
Root Schema : Configuration
Type: object
Show Source
Nested Schema : value
Type: object
Value of the configuration item. Supported types are boolean, double, string, array of doubles and array of strings
Back to Top