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.
GET
/library/{library_id}/list
curl \
--request GET 'https://YOURSITE.infoodle.com/apiv2/library/{library_id}/list' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"name": "string",
"catalogue_id": "string",
"library_id": "string"
}
]