Collections
List contents of the collection
get/api/v1/collections/{id4n}/elements
Path parameters
id4nstring required
id4n
Query parameters
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
organizationIdstring
The organization namespace.
Response
OK
Example response
{
"elements": [
{
"createdTimestamp": 1517232722,
"id4n": "3THvgrWxqgTFC4"
}
],
"limit": 100,
"total": 200
}