Get configurations of a project.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/configurations

This operation retrieves configurations of a specific project. Organization configurations that are not overridden by the project are also included.Global configurations that are not overridden by the project and organization are also included.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Project configurations were successfully retrieved.
Body ()
Root Schema : Configurations
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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