GET api/CustomV2/GetSchoolsList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LkpSchoolInfo
NameDescriptionTypeAdditional information
Id

integer

None.

SchoolName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SchoolName": "sample string 2"
}