GET
/
invoices
/
{id}
/
line-item-groups
/
all
Header
Path
curl --request GET \
  --url https://eu.sequencehq.com/api/invoices/{id}/line-item-groups/all \
  --header 'Authorization: <authorization>'
{
  "items": [
    {
      "description": "Charges for cars",
      "grossTotal": "0",
      "id": "941272d1-f840-4e16-b698-0cd455c81e0e",
      "index": 1,
      "invoiceId": "cd11218d-fa00-4faa-8684-a43113d076a8",
      "netTotal": "0",
      "title": "Cars",
      "totalTax": "0"
    }
  ]
}

Headers

Authorizationrequired
string

Your API credentials. Eg. Basic {credentials}.

Idempotency-Key
string

Specifying a unique ID for this request here lets you retry it without risk of performing the same operation twice.

Path Parameters

idrequired
string

Invoice Id

Response

200 - application/json
itemsrequired
object[]