List Estimates
GET https://api.freshbooks.com/accounting/account/{{accountId}}/estimates/estimates
Get an entire list of estimates that exist within your account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include[] | string | Show estimate view/send history | |
include[] | string | Comments made on estimate | |
include[] | string | List of client contacts | |
include[] | string | Estimate lines | |
include[] | string | Owner info | |
include[] | string | Presentation type | |
include[] | string | Projects | |
include[] | string | Invoices | |
include[] | string | Estimate owner's system | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"response":{"result":{"estimates":[{"accepted":false,"accounting_systemid":"wkMd2g","address":"","amount":{"amount":"17628.00","code":"USD"},"city":"","code":"","country":"Canada","create_date":"2019-04-18","created_at":"2019-04-18 09:42:52","currency_code":"USD","current_organization":"first company","customerid":31006,"description":"it's a computer hardware version 1","discount_total":{"amount":"0.00","code":"USD"},"discount_value":"0","display_status":"draft","estimate_number":"0000001","estimateid":1706,"ext_archive":0,"fname":"Client","id":1706,"invoiced":false,"language":"en","lname":"one","notes":"This is an estimate for the computer","organization":"first company","ownerid":1,"po_number":null,"province":"","reply_status":null,"require_client_signature":false,"rich_proposal":false,"sentid":1,"status":1,"street":"","street2":"","template":"clean-grouped","terms":"50% deposit upon acceptance, 50% on delivery of the computers.","ui_status":"draft","updated":"2019-04-18 09:42:52","vat_name":null,"vat_number":"","vis_state":0}],"page":1,"pages":1,"per_page":15,"total":1}}}