Retrieve all invoices 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 | Date | 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 | |
Project ID | Only return time entries belonging to the client with the given ID | Text (Short) | No | |
State | Only return invoices with a state matching the value provided. Options: draft, open, paid, or closed | Predefined Choice List | No | |
To | Only return time entries with a spent_date on or before the given date | Date | No | |
Updated since | Only return time entries that have been updated since the given date and time | Date | 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