v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Collections ID

Retrieve specific collection

Retrieve a specific collection by ID.

get/api/v4/collections/{id}

Path parameters

idstring required
Example:00000000-0000-0000-0000000000000000

Response

A specific collection.

dateCreatedstring
thumbnailstring
namestring
linkstring
viewsinteger
descriptionstring

Example response

{
  "dateCreated": "March, 01 2017 10:49:12 +0000",
  "thumbnail": "___URL_TO_BYNDER_CDN___",
  "name": "Collection 1",
  "link": "___URL_TO_BYNDER_CDN___",
  "views": 2,
  "description": "Collection 1 with various assets.",
  "user": {
    "id": "80E53210-5BB0-4BF9-907F917D457801BB",
    "name": "Jane Doe"
  }
}