Returns exported headers, rows, filename for timesheets. Specify target timesheets by uuid or by filter
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
timesheetUuids
- array of uuids
timesheetUuids
- ADD uuid
filter
- object
filterobject
`200 Exported timesheets
Updated 3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/serviceattendance/processes/timesheets/export \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"filter": {
"collate": {
"locale": "en"
}
}
}
'
application/json
``200
Updated 3 months ago