v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Collections

Retrieve collections

Retrieve a list of collections.

get/api/v4/collections

Query parameters

limitinteger
pageinteger
orderBy'dateCreated asc' | 'dateCreated desc' | 'name asc' | 'name desc'
idsstring
Example:00000000-0000-0000-0000000000000000,00000000-0000-0000-0000000000000000
countboolean
keywordstring
Example:Amsterdam
isPublicboolean
minCountinteger

Response

A list of collections.

userIdstring
dateModifiedstring
filenamestring
dateCreatedstring
collectionCountinteger
idstring
namestring
descriptionstring
isPublicboolean

Example response

[
  {
    "userId": "48817BA7-2FC3-4A43-918761514D322C15",
    "dateModified": "March, 08 2017 14:17:37 +0000",
    "filename": "collection_1",
    "dateCreated": "March, 01 2017 10:49:12 +0000",
    "collectionCount": 2,
    "id": "00B627BB-8054-44C0-A343FCF40BC790CD",
    "name": "Collection 1",
    "cover": {
      "thumbnail": "___URL_TO_BYNDER_CDN___",
      "thumbnails": [
        "___URL_TO_BYNDER_CDN___"
      ],
      "large": "___URL_TO_BYNDER_CDN___"
    },
    "user": {
      "id": "48817BA7-2FC3-4A43-918761514D322C15",
      "name": "John Doe"
    },
    "description": "Collection 1 with various assets.",
    "isPublic": true
  }
]