Skip to main content

Retrieve all time entries from Harvest

Retrieve all time entries from Harvest.

Application

  • Harvest

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Account IDText (Short)Yes
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
Client IDOnly return time entries belonging to the client with the given IDText (Short)No
FromOnly return time entries with a spent_date on or after the given dateDatetimeNo
Is billed?Whether to only return time entries that have been invoiced and false to return time entries that have not been invoicedTrue/FalseNo
Is running?Whether to only return running time entries and false to return non-running time entriesTrue/FalseNo
PageThe page number to use in pagination. For instance, if you make a list request and receive 100 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)NumberNo
ToOnly return time entries with a spent_date on or before the given dateDatetimeNo
Updated sinceOnly return time entries that have been updated since the given date and timeDatetimeNo
User IDOnly return time entries belonging to the user with the given IDText (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A