You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`groups`|`array`| No | All groups | Array of group IDs to filter greetings. Must contain non-negative integers. Cannot be used with `page_id`. |
2211
+
|`groups`|`array`| No | All accesible groups | Array of group IDs to filter greetings. Cannot be used with `page_id`. |
2212
2212
|`page_id`|`string`| No | - | Page ID for pagination. When provided, `groups` and `limit` parameters are ignored as they're encoded in the page ID. Cannot be used with `groups` or `limit`. |
2213
2213
|`limit`|`int`| No |`100`| Number of greetings per page. Must be between 1 and 100. Cannot be used with `page_id`. |
0 commit comments