GET api/StudentsApi?ClassId={ClassId}&brId={brId}&hdId={hdId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClassId | string |
Required |
|
brId | string |
Required |
|
hdId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HouseListName | Description | Type | Additional information |
---|---|---|---|
HouseName | string |
None. |
|
Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "HouseName": "sample string 1", "Count": 2 }, { "HouseName": "sample string 1", "Count": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfHouseList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModels"> <HouseList> <Count>2</Count> <HouseName>sample string 1</HouseName> </HouseList> <HouseList> <Count>2</Count> <HouseName>sample string 1</HouseName> </HouseList> </ArrayOfHouseList>