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

KeyDatatypeRequiredDescription
include[]stringShow estimate view/send history
include[]stringComments made on estimate
include[]stringList of client contacts
include[]stringEstimate lines
include[]stringOwner info
include[]stringPresentation type
include[]stringProjects
include[]stringInvoices
include[]stringEstimate owner's system

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

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}}}