# 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. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **library_id** (integer(int64)) ID of the Library - **catalogue_id** (integer(int64)) ID of the catalogue ## Responses ### 200 OK #### Body: application/json (array[object]) - **name** (string) - **catalogue_id** (string) - **collection_id** (string) [Powered by Bump.sh](https://bump.sh)