v1

latestSwagger 2.02026-08-041113661.2 MB
InvoiceService

List invoices

get/v1beta/invoices

Query parameters

limitinteger

The limit.

offsetinteger

The offset.

orderstring

The order.

order_bystring

The order by.

start_creation_datestring

The start creation date.

end_creation_datestring

The end creation date.

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "results": [
      {
        "amount": {
          "product": {
            "currency": "EUR",
            "price": 0
          },
          "reseller": {
            "currency": "EUR",
            "price": 0
          }
        },
        "attachment_url": "https://rest.openprovider.eu/invoice/XX123456?token=&type=invoice",
        "creation_date": "2006-09-29 0:00:00",
        "id": 1,
        "invoice_number": "XX123456",
        "invoice_url": "https://rest.openprovider.eu/invoice/XX123456?token=&type=invoice"
      }
    ],
    "total": 0
  },
  "desc": ""
}