⚠Due to planned maintenance you will experience short (<30 min) downtime between 08:00 - 08:30 CET.
...
- Web-based interface at https://staging-dataupload.wmda.info (please not note the URL for production is dataupload.wmda.info )
- Desktop applications and Sync Clients for Mac, Linux, Windows.
- REST API, using commands like cURL, or libraries like Restsharp
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
The examples below are for educationall educational purposes: Please do read https://ec.haxx.se/usingcurl-netrc.html on the use of passwords and usernames if you plan to automate these procedures.
|
...
To test the API you may use a tool like Restlet, a plugin for Chrome browsers to test API calls before you deploy. The server responds with a HTTP code 200 in when succesfullsuccesful, but may the response body may contain detailed error messages.
In case the upload succeeded, an XML response with meta information of the upload is generated. You may use this for own logging purposes. For more info you can read the full API specification.
URL | |
---|---|
SERVER URL | https://staging-dataupload.wmda.info |
URI | /api/v2/io/ION0999/ Please refer to the file naming convention. This is stated as : For XML format:The files are marked with ION numbers ( ION-1234-D or ION-1234-C) The ION number is an unique number of an organisation sending the file. The D give the information that it is a donor file and the C give the information that it is a cord blood file |
METHOD | PUT |
HEADER | only Authorization is required, the other ones are optional |
Authorization | basic |
Content-Type | application/x-www-form-urlencoded |
X-Rename-If-Exists | true |
...