GET groups
Summary: List of all the groups associated to the user.
Operation ID: Groups_Get
Auth: unknown
Operation ID: Groups_Get
Auth: unknown
Parameters (8)
createdAfter
(string, query, optional)
Exclude groups created before this date (YYYYMMDD)
createdBefore
(string, query, optional)
Exclude groups created after this date (YYYYMMDD)
limit
(integer, query, optional, default: 20)
Maximum elements to retrieve. Default to 20 if not specified.
Constraints: {'minLength': 0, 'maxLength': 0}
offset
(integer, query, optional, default: 0)
Where to start when retrieving elements. Default is 0 if not specified.
Constraints: {'minLength': 0}
status
(string, query, optional)
Status of the group
Constraints: {'enum': ['deleted', 'active']}
tags
(string, query, optional)
A comma separated list of tags you want to filter with.
textSearch
(string, query, optional)
Filter fields by this pattern
write
(boolean, query, optional)
Write permission
No probe data for this endpoint yet.