GET api/RokSzkolny?tylkoAktualnyRokSzkolny={tylkoAktualnyRokSzkolny}&nazwa={nazwa}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tylkoAktualnyRokSzkolny

boolean

None.

nazwa

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RokSzkolny
NameDescriptionTypeAdditional information
Id

integer

None.

Nazwa

string

None.

SemestrIOd

date

None.

SemestrIDo

date

None.

SemestrIIOd

date

None.

SemestrIIDo

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "nazwa": "sample string 2",
    "semestrIOd": "2026-04-24T13:49:57.8062955+02:00",
    "semestrIDo": "2026-04-24T13:49:57.8062955+02:00",
    "semestrIIOd": "2026-04-24T13:49:57.8062955+02:00",
    "semestrIIDo": "2026-04-24T13:49:57.8062955+02:00"
  },
  {
    "id": 1,
    "nazwa": "sample string 2",
    "semestrIOd": "2026-04-24T13:49:57.8062955+02:00",
    "semestrIDo": "2026-04-24T13:49:57.8062955+02:00",
    "semestrIIOd": "2026-04-24T13:49:57.8062955+02:00",
    "semestrIIDo": "2026-04-24T13:49:57.8062955+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRokSzkolny xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WsparcieUczniaAPI.Models">
  <RokSzkolny>
    <Id>1</Id>
    <Nazwa>sample string 2</Nazwa>
    <SemestrIDo>2026-04-24T13:49:57.8062955+02:00</SemestrIDo>
    <SemestrIIDo>2026-04-24T13:49:57.8062955+02:00</SemestrIIDo>
    <SemestrIIOd>2026-04-24T13:49:57.8062955+02:00</SemestrIIOd>
    <SemestrIOd>2026-04-24T13:49:57.8062955+02:00</SemestrIOd>
  </RokSzkolny>
  <RokSzkolny>
    <Id>1</Id>
    <Nazwa>sample string 2</Nazwa>
    <SemestrIDo>2026-04-24T13:49:57.8062955+02:00</SemestrIDo>
    <SemestrIIDo>2026-04-24T13:49:57.8062955+02:00</SemestrIIDo>
    <SemestrIIOd>2026-04-24T13:49:57.8062955+02:00</SemestrIIOd>
    <SemestrIOd>2026-04-24T13:49:57.8062955+02:00</SemestrIOd>
  </RokSzkolny>
</ArrayOfRokSzkolny>