---
title: "Invoke a creation of a dashboard export"
method: POST
path: "/dashboard-exports"
tags: ["Dashboard Exports"]
---

# Invoke a creation of a dashboard export

`POST /dashboard-exports`

Invoke creation of a dashboard export (in PDF format) asynchronously.

## Query parameters

- `start` string, required
- `end` string, required
- `group` string, required
- `whitelabelIdentifier` string, required
- `locationIds` string, required
- `language` string, required

## Response `200`

Export data created successfully

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found
- `409` — Conflict - The request conflicts with current state of the server

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/revisions/ddc577c548ee/schema)
