GET Cps/Vacancies?year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
LSCVacancy| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolId | integer |
None. |
|
| Lat | string |
None. |
|
| Lng | string |
None. |
|
| SchoolName | string |
None. |
|
| Address | string |
None. |
|
| Phone | string |
None. |
|
| SchoolType | string |
None. |
|
| PARENT_MAX | integer |
None. |
|
| PARENT_CAND | integer |
None. |
|
| PARENT_STAT | string |
None. |
|
| COMMUNITY_MAX | integer |
None. |
|
| COMMUNITY_CAND | integer |
None. |
|
| COMMUNITY_STAT | string |
None. |
|
| AppointedLSC | string |
None. |
|
| SchoolYear | integer |
None. |
|
| PARENT_MEM | integer |
None. |
|
| COMMUNITY_MEM | integer |
None. |
|
| LSCType | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SchoolId": 1,
"Lat": "sample string 2",
"Lng": "sample string 3",
"SchoolName": "sample string 4",
"Address": "sample string 5",
"Phone": "sample string 6",
"SchoolType": "sample string 7",
"PARENT_MAX": 1,
"PARENT_CAND": 1,
"PARENT_STAT": "sample string 8",
"COMMUNITY_MAX": 1,
"COMMUNITY_CAND": 1,
"COMMUNITY_STAT": "sample string 9",
"AppointedLSC": "sample string 10",
"SchoolYear": 11,
"PARENT_MEM": 12,
"COMMUNITY_MEM": 13,
"LSCType": "sample string 14",
"Status": "sample string 15"
}
application/xml, text/xml
Sample:
<LSCVacancy xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SchoolId>1</SchoolId> <Lat>sample string 2</Lat> <Lng>sample string 3</Lng> <SchoolName>sample string 4</SchoolName> <Address>sample string 5</Address> <Phone>sample string 6</Phone> <SchoolType>sample string 7</SchoolType> <PARENT_MAX>1</PARENT_MAX> <PARENT_CAND>1</PARENT_CAND> <PARENT_STAT>sample string 8</PARENT_STAT> <COMMUNITY_MAX>1</COMMUNITY_MAX> <COMMUNITY_CAND>1</COMMUNITY_CAND> <COMMUNITY_STAT>sample string 9</COMMUNITY_STAT> <AppointedLSC>sample string 10</AppointedLSC> <SchoolYear>11</SchoolYear> <PARENT_MEM>12</PARENT_MEM> <COMMUNITY_MEM>13</COMMUNITY_MEM> <LSCType>sample string 14</LSCType> <Status>sample string 15</Status> </LSCVacancy>