Quaderno Tables
The provider models the data in API into a list of tables that can be queried using standard SQL statements.
Generally, querying API tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
Quaderno Tables
| Name | Description |
| Coupons | Retrieve all coupons |
| CreditNoteItems | Retrieve all items for a specific credit note |
| CreditNotes | Retrieve all credit notes |
| Evidences | Retrieve all evidences |
| ExpenseItems | Retrieve all items for a specific expense |
| Expenses | Retrieve all expenses |
| InvoiceItems | Retrieve all items for a specific invoice |
| Invoices | Retrieve all invoices |
| Jurisdictions | Retrieve all jurisdictions |
| Recurrings | Retrieve all recurrings |
| ReportRequests | Retrieve all report requests |
| Sessions | Retrieve all sessions |
| TaxCodes | Retrieve all tax codes |
| TaxIds | Retrieve all tax ids |
| TaxRates | Retrieve all tax rates |
| Webhooks | Retrieve all webhooks |