GET api/YearReport/GetList?PageIndex={PageIndex}&PageSize={PageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

YearReportListModel
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

Total

integer

None.

YearReportListItems

Collection of YearReportListItemModel

None.

Response Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "Total": 3,
  "YearReportListItems": [
    {
      "Year": 1,
      "Profile": null,
      "YearReport": {
        "Id": 1,
        "Year": 2,
        "DateFrom": "2026-01-08T05:32:37.2425285+00:00",
        "DateTo": "2026-01-08T05:32:37.2425285+00:00",
        "InputBefore": "2026-01-08T05:32:37.2425285+00:00"
      }
    },
    {
      "Year": 1,
      "Profile": null,
      "YearReport": {
        "Id": 1,
        "Year": 2,
        "DateFrom": "2026-01-08T05:32:37.2425285+00:00",
        "DateTo": "2026-01-08T05:32:37.2425285+00:00",
        "InputBefore": "2026-01-08T05:32:37.2425285+00:00"
      }
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.