v1

latestOpenAPI 3.1.02026-07-24398280.9 KB
Organization management

Get reporting months for a given calendar or fiscal year

Use this endpoint to get a list of all the reporting months for a given calendar or fiscal year. If you ask for calendar year 2024, you will be given "2024-01", "2024-02", ..., "2024-12".

get/v1/organization/reporting_months

Query parameters

fiscal_yearstring
Example:2025

Get reporting months for a specific fiscal year, using the organization's fiscal start month setting

calendar_yearstring
Example:2025

Get reporting months for a specific calendar year

Response

Reporting months for a given calendar or fiscal year retrieved successfully

Month[] required

Example response

[
  "2025-03"
]
All 39 operations