List of groups

GET
Get a paginated list of groups.

Headers

Accept"application/vnd.uploadcare-v0.7+json"Optional
Version header.

Query parameters

limitdoubleOptional
A preferred amount of groups in a list for a single response. Defaults to 100, while the maximum is 1000.
fromdatetimeOptional
A starting point for filtering the list of groups. If passed, MUST be a date and time value in ISO-8601 format.
ordering"datetime_created" or "-datetime_created"OptionalDefaults to datetime_created

Specifies the way groups should be sorted in the returned list. datetime_created for the ascending order (default), -datetime_created for the descending one.

Allowed values: datetime_created-datetime_created

Response

This endpoint returns an object.
nextstringOptional
Next page URL.
previousstringOptional
Previous page URL.
totaldoubleOptional
Total number of groups in the project.
per_pagedoubleOptional
Number of groups per page.
resultslist of objectsOptional

Errors