Export

A GET request will list the index.

Example request

$ curl -i http://skylar.livingfire.de/api/export

Response fields

Path Type Description

_links

Object

Links to other resources

Relation Description

self

Canonical link for this resource

exportDatabase

See Export Database

Database

A GET request will download the database as a ZIP file.

Example request
$ curl -D headers.txt -o skylar_database.zip http://skylar.livingfire.de/api/export/database
$ cat headers.txt
Response Header
HTTP/1.1 201
Content-Disposition: attachment; filename="20160401_1706_skylar_database.zip"