eHealth SSL Catalogue Excel service
eHealth SSL Catalogue Excel service
Version: 1.0.0
BasePath:/v1
Proprietary
http://apache.org/licenses/LICENSE-2.0.html
Access
[ Jump to Models ]
Table of Contents
Download existing Catalogue in excel sheet. (exportCatalogue)
Path parameters
id (required)
Path Parameter — The id of the Catalogue to get.
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
404
Catalogue not found
Error
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
Error
default
Unexpected error
Error
Download Catalogue excel template. (getTemplate)
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 sheet with catalogue items, annotations etc. (importCatalogue)
Consumes
This API call consumes the following media types via the request header:
Form parameters
file (required)
Form Parameter — An Excel sheet with all the catalogue and annotation items to upload in a catalogue. If no catalogue exists with a matching identifier, a new catalogue will be created, and all catalogue items and annotations will be added. If a catalogue exists with a matching identifier, the catalogue and details will be updated. 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 or updated.
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
[ Jump to Methods ]
Table of Contents
Error
-
Excelfile
-
An business process error reported by the server.
id
UUID Unique ID of this error. format: uuid
time
Date Date and time this error occurred. format: date-time
code (optional)
String A protocol defined code allowing the client to understand the error and act appropriately format: string
message
String An English text describing the error in end-user terms. format: string
parameters (optional)
array[String] Error parameters for substituting placeholders in error message.
technicalDetails (optional)
String An detailed technical description of an internal, non-business error format: string
excel file with defined values for catalogue items, annotations, etc.