Saltar al contenido principal

Data Export Formats

Supported export formats and configuration.

Available Formats

FormatDescriptionUse Case
CSVComma-separated valuesSpreadsheets
Excel.xlsx formatAdvanced analysis
PDFPortable Document FormatReports, invoices
JSONJavaScript Object NotationAPI integrations

Exportable Data

Data TypeCSVExcelPDFJSON
Time Logs
Employees
Tasks
Invoices
Expenses
Reports

Exporting (UI)

  1. Go to any list view or report
  2. Click Export button
  3. Select format
  4. Choose date range and filters
  5. Download file

Exporting (API)

# Export all data
GET /api/export/all

# Export specific entity
GET /api/export?entity=Task&format=csv&startDate=2025-01-01&endDate=2025-12-31