---
title: "Get Invoices"
method: GET
path: "/financials/invoices"
tags: ["Invoice"]
---

# Get Invoices

`GET /financials/invoices`

Get a list of Invoices.

## Query parameters

- `sort` string
- `page` integer
- `page_size` integer

## Headers

- `x-api-key` string, required

## Response `200`

List of invoices

- ResponseInvoices — Returns a list of Invoices
  - `invoices` InvoiceHeaderAPI[] — Invoice List
    - `id` integer — Invoice Header Id
    - `invoice_number` string — Invoice Number
    - `is_auto_bill` boolean — If Auto Bill is set to true
    - `client_id` integer — Client Identifier
    - `lead_id` integer — Lead Identifier
    - `dropin_id` integer — DropInIdentifier
    - `payment_due` string, date — Payment Due Date
    - `paid_on` string, date-time — Paid On Date Time
    - `paid_on_date` string, date — Paid On Date
    - `location_id` integer — Location Identifier
    - `location` string — Location
    - `class_reservation_id` integer — Class Reservation Identifier
    - `discount_amount` number — Discount Amount
    - `discount_percentage` number — Discount Percent
    - `payment_method_id` integer — Payment Method Identifier
    - `payment_method_expiration_date` string, date — Payment Method Expiration Date
    - `invoice_header_status_id` integer — Invoice Header Status Identifier
    - `invoice_header_status` string — Invoice Header Status
    - `gross_line_discounts` number — Gross Line Discounts
    - `net_line_discounts` number — Net Line Discounts
    - `gross_header_discounts` number — Gross Header Discounts
    - `gross_total_discounts` number — Gross Total Discounts
    - `net_total_discounts` number — Net Total Discounts
    - `gross_revenue_adjustment` number — Gross Revenue Adjustment
    - `refunded_revenue` number — Refunded Revenue
    - `gross_revenue` number — Gross Revenue
    - `post_header_gross_revenue` number — Post Header Gross Revenue
    - `net_revenue` number — Net Revenue
    - `post_header_net_revenue` number — Post Header Net Revenue
    - `gross_tax` number — Gross Tax
    - `refunded_tax` number — Refunded Tax
    - `final_refunded_amount` number — Final Refunded Amount
    - `final_tax` number — Final Tax
    - `final_charge` number — Final Charge
    - `refundable_final_charge` number — Refundable Final Charge
    - `paid_amount` number — Paid Amount
    - `unpaid_amount` number — Unpaid Amount
    - `notes` string — Notes
    - `invoice_footer` string — Invoice Footer
    - `created` Created — Record creation data.
      - `created_by_id` integer — Unique ID of the user that created the record.
      - `created_by` string — Name of the user that created the record.
      - `created_on_datetime` string, date-time — Datetime on which the record was created.
    - `updated` Updated — Update info
      - `updated_by_id` integer — Unique ID of the user that last updated the record.
      - `updated_by` string — Name of the user that most recently updated the record.
      - `updated_on_datetime` string, date-time — Datetime on which the record was last updated.
    - `last_status_change_by` integer — Last Status Change by (User Identifier)
  - `pagination` Pagination — Pagination for API method responses.
    - `page` integer, required — Current page number.
    - `page_size` integer, required — Number of records per page.
    - `has_more` boolean, required — True if more records exist beyond the current page.
  - `wodify_validation_result` string — The purpose of this attribute is to save any UserException message, that is, and user friendly message that should be shown to the end user. All methods should have, just like service actions: - an UserException with Abort Transaction = Yes, and a Log Error = No - an AllExceptions with Abort Transaction = Yes, and a Log Error = Yes With this, any known issue that we don&#39;t consider an error log, like a business validation, we raise it to be catch in the UserException and we don&#39;t log it. Then, in the OnResponse of the full REST service, the Build_Response_JSON action will take care on the output json format. An Exception will have the default formatted error message. If its an AllException, it will log the error so that we can fix it. If its a UserException, it will deliver as an error but it won&#39;t log it as an error. A success output will not have this attribute, the Build_Response_JSON will remove it from the final output.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
