Skip to main content
All CollectionsWrk Action LibraryHarvest
Retrieve all estimates from Harvest
Retrieve all estimates from Harvest
Wrk Product avatar
Written by Wrk Product
Updated over a week ago

Retrieve all estimates 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

State

Only return estimates with a state matching the value provided. Options: draft, sent, accepted, or declined

Text (Short)

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

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

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

Did this answer your question?