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
Example response
{
"elements": [
{
"createdTimestamp": 1517232722,
"id4n": "3THvgrWxqgTFC4"
}
],
"limit": 100,
"total": 200
}