GET
/
api
/
external
/
v2
/
fiscal_years
{
  "current_page": 1,
  "items": [
    {
      "finish": "2022-12-31",
      "start": "2023-08-30",
      "status": "open"
    },
    {
      "finish": "2022-12-31",
      "start": "2023-08-30",
      "status": "open"
    }
  ],
  "per_page": 40,
  "total_items": 12,
  "total_pages": 5
}

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

Returns the list of fiscal years of the company.

The response is of type object.