v1

latestOpenAPI 3.0.1Apache 2.02026-08-06260217675.1 KB
Export

Generate and download a timesheet export

Creates an export file based on the provided parameters and returns a signed URL to download it. Supports various formats (Excel, CSV, PDF), report types, date ranges, and filtering options. The export can include task data, project summaries, team member summaries, and more based on the report type selection.

post/v1/export/data

Request body

reportinteger
emailstring
filenamestring
teamIdsstring[]
projectIdsstring[]
userIdsstring[]
tagIdsstring[]
absenceTypeIdsstring[]
absenceStatusesstring[]
overtimeStatusesstring[]
periodTypestring
yearinteger
typestring
startDatestring
endDatestring
formatstring
filterstring
splitTaskboolean
summarizeboolean
saveAsTemplateboolean
templateNamestring
organizationIdstring
xls1904boolean
mimeTypestring
dateRangestring
fileTypestring
xlsboolean
csvboolean
pdfboolean
fileExtensionstring

Response

Export successfully created

urlstring