v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
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

limitinteger required

The number of returned elements

offsetinteger required

Starting with the n-th element

totalinteger

The total number of elements

Example response

{
  "elements": [
    {
      "createdTimestamp": 1517232722,
      "id4n": "3THvgrWxqgTFC4"
    }
  ],
  "limit": 100,
  "total": 200
}