workspace_getAll

GET /orgs/{oid}/workspaces

Retrieves all the workspace in an organization.

A list of workspace objects are returned.

You can use a search criteria to retrieve a subset of these workspaces.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • oid (required): the id of the org

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/workspaces" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"