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
fileExtensionstring
pdfboolean
xlsboolean
csvboolean
xls1904boolean
dateRangestring
mimeTypestring
fileTypestring

Response

Export successfully created

urlstring

Changes

No recorded changes to this endpoint across all 3 revisions of this API.