Get a specific configuration of a project.
get
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/configurations/{key}
This operation returns the specific configuration of a project. If the project configuration is not defined for that project, then organization configuration information having the same key is returned. If project and organization configuration are not defined for the key, global configuration information having the same key is returned.
Request
Path Parameters
-
key: string
Key that identifies configuration item
-
orgId: string
Organization identifier
-
projectId: string
Project identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Project 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