# Read fiscal periods **GET /fiscalperiods** Read a list of fiscal periods. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Query parameters - **type** (string) Filter the results by type of accounting period. Use "Period" to retrieve only sub-periods within financial years, "Year" to retrieve only full financial years, or "All" to retrieve both financial years and their associated periods. ## Responses ### 200: List of fiscal periods. #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[object]) - **id** (string) A unique identifier for the accounting period within Finago Office. - **type** (string) The type of accounting period, either "Year" for a full financial year or "Period" for a sub-period within a financial year. - **startingDate** (string) The first day of the financial year or accounting period. - **endingDate** (string) The last day of the financial year or accounting period. [Powered by Bump.sh](https://bump.sh)