---
title: "Moved: generate exports at reports.timesheet.io"
method: POST
path: "/v1/export/data"
tags: ["Export"]
deprecated: true
---

# Moved: generate exports at reports.timesheet.io

`POST /v1/export/data`

> **Deprecated.**

Exports are generated by the reports service: send the same request, with the same authorization, to POST https://reports.timesheet.io/v1/export/data. This endpoint answers 404 with the new location in the message and in a Link header (rel="successor-version").

## Request body

- ExportParams
  - `report` integer
  - `email` string
  - `filename` string
  - `teamIds` string[]
  - `projectIds` string[]
  - `userIds` string[]
  - `tagIds` string[]
  - `absenceTypeIds` string[]
  - `absenceStatuses` string[]
  - `overtimeStatuses` string[]
  - `periodType` string
  - `year` integer
  - `type` string
  - `startDate` string
  - `endDate` string
  - `format` string
  - `filter` string
  - `splitTask` boolean
  - `summarize` boolean
  - `saveAsTemplate` boolean
  - `templateName` string
  - `organizationId` string
  - `exportedFields` ExportedField[]
    - `id` string
    - `name` string
    - `position` integer
    - `projectField` boolean
    - `teamField` boolean
    - `customField` boolean
    - `customValue` string
    - `customFormula` string
    - `customType` string
  - `fileType` string
  - `mimeType` string
  - `xls1904` boolean
  - `dateRange` string
  - `xls` boolean
  - `csv` boolean
  - `pdf` boolean
  - `fileExtension` string

## Other responses

- `401` — User not authorized to access this data
- `404` — Moved to https://reports.timesheet.io/v1/export/data

## Changes

> 8 revisions in range; 1 not diffed.

- **2026-09-27** `a3d2f44e7345` — 1 breaking, 4 info
  - removed the success response with the status `200`
  - endpoint deprecated
  - added the non-success response with the status `404`
  - removed the non-success response with the status `400`
  - …1 more

[Change history](https://skmtc.dev/timesheet/apis/timesheet-api/changes/v1/export/data/post.md)

---

[API](https://skmtc.dev/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.dev/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc.dev/timesheet/apis/timesheet-api/revisions/a3d2f44e7345?raw)
