API Documentation - Version 0.3.0
Get ZIP document
Returns a ZIP document with all documents of given claim ID.
The request accept header must be application/zip .
The response header contains the appropriate content type in Content-Type and the filename in Content-Disposition .
Depending on the size and number of documents, the response may take some time. Please use the action only moderately.
GET /api/claims/:claim_id/documents
Parameter
Parameter
Name | Type | Required | Description |
---|---|---|---|
claim_id | ID | Yes | The claim ID to which the documents are to be delivered, e.g. C42RT8. |
Example of request:
curl -s -H "CS-API-KEY: <your key>" -H "Content-Type: application/zip" https://www.claims-online.de/api/claims/C42RT8/documents
Example of response:
...ZIP...