Workspaces
List services
Returns a paginated list of services for the selected Workspace. Only applies for Windows Workspaces (platform_type=windows).
GET
List services
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Workspace identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Query Parameters
Page number.
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Comma-separated names of response item fields to include.
Maximum string length:
2048JSON filter expression over paths of filterable response fields.
Maximum string length:
5120Sorting expression format :asc|desc over orderable scalar field paths in the response.
Pattern:
^([a-z_]+):(asc|desc)$