Get configuration details of a project
get
/connectedWorker/clientapi/v2/projects/{projectId}/configurations
This operation retrieves configuration details of a specific project. Global configurations that are not overridden by the project are also included.
Request
Path Parameters
-
projectId: integer(int64)
Project identifier
Response
Supported Media Types
- application/json
200 Response
Project specific configurations were successfully retrieved
Root Schema : Configurations
Type:
Show Source
object-
items:
array items
-
links(optional):
array links
Read Only:
true
Nested 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:
objectValue 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