Get Collections
Use this method to get metadata of multiple collections at the same time.
Usage in your script
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
| number | Optional | The number of collections to return |
| number | Optional | The offset for returned collections. Calculated as (page - 1) * perPage |
| String | Optional | The field to sort the collections by (any field in the collection schema may be used) |
| "asc" | "desc" | Optional | Choose to sort in ascending (asc) or descending (desc) order |
Last updated