Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The most simple form of exporting a single an individual report, requires the report UUID to be provided as part of the endpoint.

...

Code Block
titleExample curl request in PDF fortmat
curl -X "GET" \
  "https://api.eu-west-1.blancco.cloud/v1/report/export/{UUID}?format=PDF" \
  -H "accept: */*" \
  -H "X-BLANCCO-API-KEY: {API_KEY}"

Export Report (GET)

Export past month's reports with optional IMEI filtering. If the report is not created during the past month it will not be included in the results.

In the following examples replace {IMEI} with a valid device IMEI and {API_KEY} with the key string of your API key. If you don't have an API key yet, see more details from API Keys documentation.

Code Block
curl -X "GET" \
  "https://api.eu-west-1.blancco.cloud/v1/report/export?@imei={IMEI}" \
  -H "accept: */*" \
  -H "X-BLANCCO-API-KEY: {API_KEY}"

Export Report (POST)

Export reports with the options provided in the request body.