GET
/
api
/
external
/
v2
/
ledger_entry_lines
/
{ledger_entry_line_id}
/
categories
{
  "current_page": 1,
  "items": [
    {
      "analytical_code": "CODE123",
      "category_group": {
        "id": 229
      },
      "created_at": "2023-08-30T10:08:08.146343Z",
      "id": 421,
      "label": "HR - Salaries",
      "updated_at": "2023-08-30T10:08:08.146343Z",
      "weight": "0.25"
    },
    {
      "analytical_code": "CODE123",
      "category_group": {
        "id": 229
      },
      "created_at": "2023-08-30T10:08:08.146343Z",
      "id": 421,
      "label": "HR - Salaries",
      "updated_at": "2023-08-30T10:08:08.146343Z",
      "weight": "0.25"
    }
  ],
  "per_page": 20,
  "total_items": 12,
  "total_pages": 5
}

Path Parameters

ledger_entry_line_id
string
required

(Required) Existing Ledger Entry line (id)

Example:

"22560077.537698045"

Query Parameters

page
string

(Required) Items are paginated, this is the current page which will be returned. The page index is starting at 1.

Example:

"1"

per_page
string

(Required) Items are paginated. By default, you get 20 items per page. You can specify another number of items per page.

Example:

"20"

Response

200
application/json

The list of categories of the Ledger Entry line

The response is of type object.