Get Started
List collections
This API endpoint displays a list of all your existing collections.
Collections in WetroCloud store indexed resources for retrieval and query operations.
When to Use the List Collection Endpoint
Use the /v1/collection/
endpoint when:
- To get a list of all existing collections.
To get the list of all your collections, send a GET
request to the /v1/collection/
. There is no required parameter
This list has a pagination of up to 20 items per request. Next
and Previous
urls will be provided on every response
Request Example
Successful Response
Upon success, the endpoint returns a list of all active collections and a confirmation message and a success flag.
Example Response
Field | Description |
---|---|
count | The total collections on your Wetrocloud account. |
next | The next link for pagination. |
previous | The previous link for pagination. |
results | A list of all available collections. |