Retrieve a paginated list of resource groups (saved groups) for your organization. Resource groups allow you to organize multiple resources together. You can filter groups by active status, search by group name or resource name, filter by resource types, and paginate through results. Each group includes its associated resources.
Page number (0-indexed). Default is 0.
0
Number of items per page. Minimum 5, maximum 100. Default is 20.
5 <= x <= 10020
Filter groups by active status. Accepts true/false as string or boolean.
true
Search query to filter groups by name or by resource names within groups. Case-insensitive partial match.
"onboarding"
Filter groups that contain resources of the specified type(s). Can be a single value or array. Valid values: CONSENT, FORM, DOCUMENT, PRODUCT.
CONSENT, FORM, DOCUMENT, PRODUCT Successfully retrieved resource groups. Returns a paginated result with an array of group items (each containing its resources) and the total number of pages.