⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/export

Export Zipline server data as a version 4 export bundle or return aggregate counts of core resources.

GET/api/server/export

Query Parameters

nometrics?string
Value in"true" | "false"
counts?string
Value in"true" | "false"

Response Body

application/json

application/json

{
  "users": 0,
  "files": 0,
  "urls": 0,
  "folders": 0,
  "invites": 0,
  "thumbnails": 0,
  "metrics": 0
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}