{
"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
}
This endpoint returns a list of fiscal years of the company.
ℹ️ This endpoint requires one of the following scopes:
fiscal_years:readonly
{
"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
}
(Required) Items are paginated, this is the current page which will be returned. The page index is starting at 1.
"1"
(Required) Items are paginated. By default, you get 20 items per page. You can specify another number of items per page.
"20"
Returns the list of fiscal years of the company.
The response is of type object
.