The list of catalogues in the library
All the items of the catalogues available in the library to the logged in user. Use the library list function to get the library id to check.
A catalogue consists of collections.
Path parameters
-
ID of the Library
GET /library/{library_id}/list
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/library/{library_id}/list \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"name": "string",
"catalogue_id": "string",
"library_id": "string"
}
]