v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
fiscal-years

Get a fiscal year

Retrieve the information of the fiscal year with the matching fiscalYearId

Scope: fiscal-years:read

get/companies/{companyId}/fiscal-years/{fiscalYearId}

Response

Successful response with fiscal year information

Example response

{
  "fiscalYear": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "startDate": "2023-01-01",
    "endDate": "2023-12-31",
    "accountingMethod": "accrual",
    "status": "open"
  }
}