Exporting Time Entries from Dovico Timesheet
This task will export time entry information from your Dovico Timesheet account to an XML file.
Settings
Dovico Timesheet Connection
Required
The Dovico Timesheet connection to use. See the Connecting to Dovico Timesheet article if you require more information on how to create/manage connections.
Employee ID
Optional
Select an employee from the list to filter the export based on employee. Please note, this setting can't be used in conjunction with other ID or status filter settings.
Export Clients
Required
Set to True to include related client records in the exported data.
Export Currencies
Required
Set to True to include related currency records in the exported data.
Export Employees
Required
Set to True to include related employee records in the exported data.
Export Projects
Required
Set to True to include related project records in the exported data.
Export Settings
Required
Settings to control whether new, modified or all records will be exported from Dovico Timesheet. The following options are available:
- Date Created - The date to use when exporting new records. Records created since this date will be exported. The date will update automatically each time the task runs.
- Date Modified - The date to use when exporting modified records. Records updated since this date will be exported. The date will update automatically each time the task runs.
- Export New, Modified or All Records - Choose whether the task should export new, modified or all records.
Export Tasks
Required
Set to True to include related task records in the exported data.
Filters
Optional
Filter the export based on the value of specific fields. Please note that Dovico Timesheet only supports filtering on specific fields. Please refer to this article for details on which fields are supported, and the filter syntax.
Project ID
Optional
Select a project from the list to filter the export based on project. Please note, this setting can't be used in conjunction with other ID or status filter settings.
Sheet ID
Optional
Select a sheet from the list to filter the export based on sheet. Please note, this setting can't be used in conjunction with other ID or status filter settings.
Status
Required
Filters the export by status. The following options are available:
- Any
- Approved
- Rejected
- UnderReview
- Unsubmitted
Timeout
Optional
The length of time (in seconds) to wait for responses from the Dovico Timesheet API. If not specified, the timeout will default to 100 seconds.
Output File
Required
The name of the file to export the data to. The data will be output in XML format, a sample of which is shown below.
Zynk Settings
Examples
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<TimeEntries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<TimeEntry>
<ID>T0727d935-b3aa-464f-a93b-216ce5c87d4f</ID>
<ExternalID />
<Created>2026-07-13T12:45:56</Created>
<Modified>2026-07-13T12:45:56</Modified>
<Sheet>
<ID>281455</ID>
<Status>U</Status>
<RejectedReason />
</Sheet>
<Client>
<ID>923</ID>
<GetItemURI>https://api.dovico.com/Clients/923/?version=7</GetItemURI>
<Record>
<ID>923</ID>
<Name>ACME Ltd</Name>
<Abbreviation>ACME</Abbreviation>
<Contact />
<Email />
<Region>
<ID>0</ID>
<Name>[None]</Name>
<GetItemURI>N/A</GetItemURI>
</Region>
<Archive>F</Archive>
<CustomFields />
</Record>
<Name>ACME Ltd</Name>
</Client>
<Project>
<ID>3363</ID>
<GetItemURI>https://api.dovico.com/Projects/3363/?version=7</GetItemURI>
<Record>
<ID>3363</ID>
<Created>2023-11-23T17:02:48</Created>
<Modified>2023-11-23T17:05:39</Modified>
<Client>
<ID>923</ID>
<GetItemURI>https://api.dovico.com/Clients/923/?version=7</GetItemURI>
<Name>ACME Ltd</Name>
</Client>
<Name>IT</Name>
<Leader>
<ID>123</ID>
<GetItemURI>https://api.dovico.com/Employees/123/?version=7</GetItemURI>
<Name>John Smith</Name>
</Leader>
<Description />
<Status>1</Status>
<ProjectGroup>
<ID>0</ID>
<Name>[None]</Name>
<GetItemURI>N/A</GetItemURI>
</ProjectGroup>
<StartDate>2023-11-23T00:00:00</StartDate>
<EndDate>2024-11-23T00:00:00</EndDate>
<ProjectObjective>3</ProjectObjective>
<BillingBy>1</BillingBy>
<BillingByProjectRate>0</BillingByProjectRate>
<FixedCosts />
<BudgetedHoursType>1</BudgetedHoursType>
<BudgetedHoursProjectHours>0</BudgetedHoursProjectHours>
<Currency>
<ID>-1</ID>
<GetItemURI>N/A</GetItemURI>
<Symbol>$</Symbol>
</Currency>
<BudgetRateDate>2023-11-23T00:00:00</BudgetRateDate>
<HideTasks>F</HideTasks>
<ExpensesBillableByDefault>T</ExpensesBillableByDefault>
<Linked>F</Linked>
<MSPConfig />
<RSProject>F</RSProject>
<Archive>F</Archive>
<CustomFields>
<CustomField>
<ID>1</ID>
<TemplateID>114</TemplateID>
<Name>Sage Project</Name>
<Values>
<Value>PROJ0001</Value>
</Values>
<GetCustomTemplateURI>https://api.dovico.com/CustomFieldTemplates/114/?version=7</GetCustomTemplateURI>
</CustomField>
</CustomFields>
</Record>
<Name>IT</Name>
</Project>
<Task>
<ID>370</ID>
<GetItemURI>https://api.dovico.com/Tasks/370/?version=7</GetItemURI>
<Record>
<ID>370</ID>
<Project>
<ID>3363</ID>
<GetItemURI>https://api.dovico.com/Projects/3363/?version=7</GetItemURI>
<Name>IT</Name>
</Project>
<Name>General Admin</Name>
<TaskGroup>
<ID>110</ID>
<Name>AP Administration</Name>
<GetItemURI>N/A</GetItemURI>
</TaskGroup>
<Description>Timesheet, invoices, expenses, proposals</Description>
<ForceDescription>F</ForceDescription>
<RSTask>T</RSTask>
<WBS />
<Archive>F</Archive>
<CustomFields>
<CustomField>
<ID>-1</ID>
<TemplateID>99</TemplateID>
<Name>Status</Name>
<Values>
<Value>Complete</Value>
</Values>
<GetCustomTemplateURI>https://api.dovico.com/CustomFieldTemplates/99/?version=7</GetCustomTemplateURI>
</CustomField>
</CustomFields>
</Record>
<Name>General Admin</Name>
</Task>
<Employee>
<ID>123</ID>
<GetItemURI>https://api.dovico.com/Employees/123/?version=7</GetItemURI>
<Record>
<ID>123</ID>
<ExternalID />
<Created>2026-04-24T17:17:19</Created>
<Modified>2026-07-24T16:22:36</Modified>
<LastName>Smith</LastName>
<FirstName>John</FirstName>
<EmployeeGroup>
<ID>141</ID>
<Name>Integrations Team</Name>
<GetItemURI>https://api.dovico.com/Teams/141/?version=7</GetItemURI>
</EmployeeGroup>
<SecurityGroup>
<ID>95</ID>
<Name>Time and Expense Entry</Name>
<GetItemURI>https://api.dovico.com/SecurityGroups/95/?version=7</GetItemURI>
</SecurityGroup>
<SoftwareAccess>T</SoftwareAccess>
<Wage>0</Wage>
<WageCurrency>
<ID>-1</ID>
<GetItemURI>N/A</GetItemURI>
<Symbol>$</Symbol>
</WageCurrency>
<Charge>0</Charge>
<ChargeCurrency>
<ID>-1</ID>
<GetItemURI>N/A</GetItemURI>
<Symbol>$</Symbol>
</ChargeCurrency>
<ChargeChangedDate>2026-04-24T00:00:00</ChargeChangedDate>
<StartDate>2026-04-27T00:00:00</StartDate>
<EndDate>2100-12-31T00:00:00</EndDate>
<Email>[email protected]</Email>
<WorkDays>.MTWTF.</WorkDays>
<Hours>7.5</Hours>
<AltApproval>F</AltApproval>
<NotificationTime>T</NotificationTime>
<NotificationExpense>T</NotificationExpense>
<NotificationRejected>T</NotificationRejected>
<Archive>F</Archive>
<Integrate>
<INT />
</Integrate>
<CustomFields>
<CustomField>
<ID>164741</ID>
<TemplateID>115</TemplateID>
<Name>Sage Account</Name>
<Values>
<Value>SMIT0001</Value>
</Values>
<GetCustomTemplateURI>https://api.dovico.com/CustomFieldTemplates/115/?version=7</GetCustomTemplateURI>
</CustomField>
</CustomFields>
</Record>
<Name>Smith, John</Name>
</Employee>
<Date>2026-07-13T00:00:00</Date>
<StartTime>0800</StartTime>
<StopTime>0830</StopTime>
<TotalHours>0.5</TotalHours>
<Description>timesheets, weekly intentions</Description>
<Billable>F</Billable>
<Charge>0</Charge>
<ChargeCurrency>
<ID>-1</ID>
<GetItemURI>N/A</GetItemURI>
<Symbol>$</Symbol>
</ChargeCurrency>
<OTCharge>0.00</OTCharge>
<Wage>0</Wage>
<WageCurrency>
<ID>-1</ID>
<GetItemURI>N/A</GetItemURI>
<Symbol>$</Symbol>
</WageCurrency>
<OTWage>1.00</OTWage>
<CustomFields />
</TimeEntry>
</TimeEntries>