This API is used to retrieve the complete metadata of all the publications of the catalogue.
It returns the first metadata file. To access the next files, you need to follow the URL indicated in the Link entity header of the HTTP response until you get a HTTP “404 Not Found” code.
Declaration
Address : /api/organisations/[organisation_id]/publications/full[.format]
Formats : onix, xml
Method : GET
Security : HTTP/BASIC (Username and password)
Parameters
organisation_id (Mandatory)
Organization number provided upon registration.
format (Optional)
Format of the files, onix or xml. The default value is onix.
Responses
200 : OK
The file was created with success. The Link entity header of the HTTP response provides an URL (Link: ; rel=next) to access the next file. You reach the end of the file list when you get a HTTP “404 Not Found” code.
401 : access_denied
Access denied to the resource.
404 : not_found
The organisation was not found.
415 : invalid_format
The requested format is not supported.