GET ./transfers/schools

Tags: pagination, simple-query

It is used to return the school transfers.

etTransferTip options:

  • 1 - income transfer
  • 2 - transfer gone
  • 3 - foreign exchange
  • 4 - transfers_retreat
  • 5 - transfers_other
  • 6 - transfers_extracted

GET parameters

NameValue TypeValidationDetails
searchtextOptionalValue['john']; Returns the transfers with student names that contain the word "john"
clIDintOptionalReturns the transfers where the id of the student's class is equal to clID

Output example

{
"meta": {
"countTotal": "1",
"countData": "1",
"countOffset": "0"
},
"data": [
{
"etElevID": "152238",
"etAscID": "27",
"etTransferTip": "1",
"etLiceuNume": "Alexandri Iasi",
"etNrTransfer": "1002",
"etDataTransfer": "2019-11-06",
"etShowInReports": "1",
"elev": {
"uaID": "152238",
"uaTip": "1",
"uaFirstName": "Maia2",
"uaLastName": "Andrei",
"uaSex": "1",
"prefAvatar": "https://oss-dev.adservio.net/avatar/152238-4JMwkdG7AFYpIDLc0uCK.jpg",
"clasa": {
"clID": "274",
"clNume": "Gr. Mij. BUBURUZA",
"ascIsActiv": "1",
"ascNume": "2019/2020"
}
}
}
]
}