v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Guids

Retrieve GUIDs not in any collection

get/api/v1/guids/withoutCollection

Query parameters

organizationIdstring required

The namespace of the organization to search GUIDs for

offsetinteger

Start with the n-th element

limitinteger

The maximum count of returned elements

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
}