Retrieve all time entries from Harvest.
Application
Harvest
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Account ID | Text (Short) | Yes | ||
Return all? | Whether to return all results or only up to a given limit | True/False | No | |
Limit | Max number of results to return | Number | No | |
Client ID | Only return time entries belonging to the client with the given ID | Text (Short) | No | |
From | Only return time entries with a spent_date on or after the given date | Datetime | No | |
Is billed? | Whether to only return time entries that have been invoiced and false to return time entries that have not been invoiced | True/False | No | |
Is running? | Whether to only return running time entries and false to return non-running time entries | True/False | No | |
Page | The 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) | Number | No | |
To | Only return time entries with a spent_date on or before the given date | Datetime | No | |
Updated since | Only return time entries that have been updated since the given date and time | Datetime | No | |
User ID | Only return time entries belonging to the user with the given ID | Text (Short) | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A