Create and allow to download new Catalogue excel template. (getCatalogue)
Return type
File
Example data
Content-Type:
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Responses
200
OK
File
400
The request could not be understood
Error
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
Error
default
Unexpected error
Error
Upload an excel with determided catalogue items, annotations etc. (postCatalogue)
Consumes
This API call consumes the following media types via the request header:
Form parameters
file (required)
Form Parameter — An Excel spreadsheet with all the catalogue and annotation items to upload in a catalogue. A catalogue will be created, and all catalogue and annotations will be added. To see the format of the excel, please download a template and se the description of it here.
Responses
201
Excel file was successfully uploaded and entities were successfully created.
400
The request could not be understood
Error
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
Error
default
Unexpected error
Error