Skip to main content

Retrieve all estimates from Harvest

Retrieve all estimates 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 dateDateNo
StateOnly return estimates with a state matching the value provided. Options: draft, sent, accepted, or declinedText (Short)No
ToOnly return time entries with a spent_date on or before the given dateDateNo
Updated sinceOnly return time entries that have been updated since the given date and timeDateNo
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

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