GET
/
api
/
external
/
v2
/
category_groups
{
  "has_more": true,
  "items": [
    {
      "categories": {
        "url": "https://app.pennylane.com/api/external/v2/category_groups/42/categories"
      },
      "created_at": "2023-08-30T10:08:08.146343Z",
      "id": 989,
      "label": "Types de dépenses / revenus",
      "updated_at": "2023-08-30T10:08:08.146343Z"
    },
    {
      "categories": {
        "url": "https://app.pennylane.com/api/external/v2/category_groups/42/categories"
      },
      "created_at": "2023-08-30T10:08:08.146343Z",
      "id": 989,
      "label": "Types de dépenses / revenus",
      "updated_at": "2023-08-30T10:08:08.146343Z"
    }
  ],
  "next_cursor": "dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
}

Query Parameters

cursor
string

Cursor for pagination. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.

Example:

"dXBkYXRlZF9hdDoxNjc0MTIzNDU2"

limit
string

Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 100.

Example:

"20"

Response

200
application/json

OK

The response is of type object.