The list of collections in the catalogue

GET /library/{library_id}/{catalogue_id}/list

All the collections in the catalogue.

Use the library list function to get the library id and the library {} list to get the catalogue.

A collection consists of items.

Path parameters

Responses

GET /library/{library_id}/{catalogue_id}/list
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/library/{library_id}/{catalogue_id}/list \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "name": "string",
    "catalogue_id": "string",
    "collection_id": "string"
  }
]