Get a specific configuration information of a project

get

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

This operation returns the specific configuration information of a project. If the configuration is not defined for that project, then global configuration information having the same key is returned.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Project specific 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