Get organization configurations.
get
/connectedWorker/clientapi/v2/orgs/{orgId}/configurations
This operation retrieves the details of the organization configurations.
Request
Path Parameters
-
orgId: string
Organization identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Organization 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:
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