This API is used to retrieve the complete metadata of a specific publication.
Declaration
Address : /api/organisations/[organisation_id]/publications/[isbn].[format]
Formats : onix, xml
Method : GET
Security : HTTP/BASIC (Username and password)
Parameters
organisation_id (Mandatory)
Organisation number provided upon registration.
isbn (Mandatory)
ISBN/EAN of the publication.
format (Mandatory)
Format of the files, onix or xml.
Responses
200 : OK
The metadata of the publication in onix or xml format.
401 : access_denied
Access denied to the resource.
404 : not_found
The publication or organisation was not found.