List Applications
This endpoint will return an array of workspaces (“applications”).
GET /openapi/v1/applications
Name |
Type |
Description |
---|---|---|
app_scope_id |
string |
Match workspaces associated with a specific app scope. |
exact_name |
string |
Match workspaces with exactly the value provided. |
Response object: Returns an array of workspace objects.
Sample python code
restclient.get('/applications')