# List All Returns a list of estimates (Quotes, Proformas, Fees Notes). Endpoint: GET /estimates.json Version: 2.0.0 Security: apiKeyAuth ## Query parameters: - `api_key` (string, required) Your API Key. Example: "YOUR_API_KEY" - `Query Parameters` (object) Click to expand options. ## Response 200 fields (application/json): - `estimates` (array) - `estimates.id` (integer) Example: 541791 - `estimates.status` (string) Example: "final" - `estimates.archived` (boolean) - `estimates.type` (string) Example: "Quote" - `estimates.sequence_number` (string) Example: "1/A" - `estimates.inverted_sequence_number` (string) Example: "A/1" - `estimates.atcud` (string) Example: "ABCD1234-1" - `estimates.date` (string) Example: "12/06/2017" - `estimates.due_date` (string) Example: "12/06/2017" - `estimates.reference` (string) Example: "foo" - `estimates.observations` (string) Example: "foo" - `estimates.retention` (string) Example: "foo" - `estimates.permalink` (string) Example: "https://www.app.invoicexpress.com/documents/541791f16ae45a73b703c684a221ef198c10020f3d56a1" - `estimates.saft_hash` (string) Example: "NfTN" - `estimates.sum` (number) Example: 10 - `estimates.discount` (number) - `estimates.before_taxes` (number) Example: 10 - `estimates.taxes` (number) Example: 2.3 - `estimates.total` (number) Example: 12.3 - `estimates.currency` (string) Example: "Euro" - `estimates.sequence_id` (string) Example: "12345" - `estimates.tax_exemption` (string) Example: "M01" - `estimates.client` (object) - `estimates.client.name` (string) Example: "John" - `estimates.client.country` (string) Example: "Portugal" - `estimates.items` (array) - `estimates.items.description` (string) Example: "foo" - `estimates.items.unit_price` (string) Example: "10.0" - `estimates.items.unit` (string) Example: "foo" - `estimates.items.quantity` (string) Example: "1.0" - `estimates.items.subtotal` (number) Example: 10 - `estimates.items.tax_amount` (number) Example: 2.3 - `estimates.items.discount_amount` (number) - `estimates.items.tax` (object) - `estimates.items.tax.value` (number) Example: 23 - `pagination` (object) - `pagination.total_entries` (integer) Example: 50 - `pagination.per_page` (integer) Example: 20 - `pagination.current_page` (integer) Example: 1 - `pagination.total_pages` (integer) Example: 3 ## Response 401 fields (application/json): - `errors` (object) - `errors.error` (string) Example: "Invalid API key"