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
NameTypeAdditional informationDescription
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": "2024-04-25T00:00:00+10:00",
      "YearEnd": "2024-04-25T00:00:00+10:00",
      "IsCurrentYear": true,
      "Modified": "2024-04-25T00:00:00+10:00",
      "Created": "2024-04-25T00:00:00+10:00"
    },
    {
      "ID": 1,
      "YearStart": "2024-04-25T00:00:00+10:00",
      "YearEnd": "2024-04-25T00:00:00+10:00",
      "IsCurrentYear": true,
      "Modified": "2024-04-25T00:00:00+10:00",
      "Created": "2024-04-25T00:00:00+10:00"
    }
  ]
}