List workspace patches
Returns a paginated list of patches for the selected workspace. Only applies to workspaces with platform_type windows.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
24^[0-9a-f]{24}$Workspace ID
24^[0-9a-f]{24}$Query Parameters
Page number.
x >= 1Number of items per page.
1 <= x <= 100Response fields to be included, separated by commas.
2048JSON filter expression on response item fields (includes id).
5120Sorting expression in the format :asc|desc over scalar fields of the item (includes id). In aggregation mode, it only accepts fields from group_by or aggregate aliases (count, <function>_<field>).
^([a-z_]+):(asc|desc)$JSON aggregation expression with group_by and aggregates over first-level scalar fields.
4096