Workspaces

List Workspaces

List all workspaces in an organization.

get/v1/workspaces/

Query parameters

show_deletedboolean

Response

OK

workspace_uuidstring nullable
namestring nullable
organization_namestring nullable
organization_uuidstring nullable

Changes

Changed in 1 of the 25 revisions of this API.612

  • 9b529d67a7d0612See the full diff
    • the response property items/name became optional for the status 200

      response-property-became-optional

    • the response property items/organization_name became optional for the status 200

      response-property-became-optional

    • the response property items/workspace_uuid became optional for the status 200

      response-property-became-optional

    • response property items/name list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/organization_name list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/workspace_uuid list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • deleted the query request parameter organization_uuid

      request-parameter-removed

    • added the new optional query request parameter show_deleted

      new-optional-request-parameter

    • added the optional property items/organization_uuid to the response with the 200 status

      response-optional-property-added