Assigned workspaces
Retrieve a paginated list of Workspaces belonging to the specified workspace group. Supports pagination, sorting, and filtering via a JSON filter string. The response includes a reduced set of Workspace fields.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization
24^[0-9a-f]{24}$The unique identifier of the workspace group
24^[0-9a-f]{24}$Query Parameters
Page number (default: 1)
Items per page (default: 100, max: 100)
1 <= x <= 100Sort field with optional order suffix (:asc or :desc). Use response property names: id, organization_id, name, related_environment, operative_system, ip_address, type, last_user, total_ram.
Comma-separated list of fields to include in each Workspace item. Selectable fields: id, organization_id, name, related_environment, operative_system, ip_address, type, last_user, total_ram. The id field is always included.
2048JSON string with filter conditions. Use response property names for fields. Operators: eq, ne, in, nin, gt, gte, lt, lte, contains, startsWith, endsWith, between. Combine with and/or.
5120