GET api/Periodos

Gets all registered school periods

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Periods list

Collection of Periodo
NameDescriptionTypeAdditional information
idPeriodo

integer

None.

AnoLetivo

string

None.

Numero

integer

None.

Fechado

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "idPeriodo": 1,
    "AnoLetivo": "sample string 2",
    "Numero": 3,
    "Fechado": true
  },
  {
    "idPeriodo": 1,
    "AnoLetivo": "sample string 2",
    "Numero": 3,
    "Fechado": true
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.