Retrieve working environments
Contributors
Suggest changes
GET /api/v1/accounts/{accountId}/working-environments
Retrieves the working environments associated with an account.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
Tenancy Account Id |
x-agent-id |
string |
header |
True |
Connector Id |
x-workspace-id |
string |
header |
False |
Workspace Id |
Response
Status: 200, Default Response
Name | Type | Required | Description |
---|---|---|---|
fs |
array[fs] |
True |
Example response
{
"fs": [
{
}
]
}
Definitions
See Definitions
fs
Name | Type | Required | Description |
---|---|---|---|
name |
string |
True |
|
status |
string |
True |
|
reason |
string |
False |
|
provider |
["string", "string", "string", "string"] |
True |
|
id |
string |
True |
Working Environment ID |