Export

Moved: generate exports at reports.timesheet.io

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").

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

Changes