GET FinancialYear/Get
Gets a list of Financial Years.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of Financial Years.
This collection is wrapped in a paging response object.
Paging response of Financial Year| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Financial Year |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"YearStart": "2025-12-21",
"YearEnd": "2025-12-21",
"IsCurrentYear": true,
"Modified": "2025-12-21",
"Created": "2025-12-21"
},
{
"ID": 1,
"YearStart": "2025-12-21",
"YearEnd": "2025-12-21",
"IsCurrentYear": true,
"Modified": "2025-12-21",
"Created": "2025-12-21"
}
]
}