Export

Generate and email a timesheet export

Creates an export file based on the provided parameters and sends it via email to the specified address. This endpoint uses the same export generation logic as the /data endpoint but delivers the result via email instead of returning a download URL. The email field in exportParams must be provided.

post/v1/export/send

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 sent via email

Changes

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