GET api/Student/GetIDIStudentLanguage/{studentid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
studentid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StudentLanguageName | Description | Type | Additional information |
---|---|---|---|
stlangid | integer |
None. |
|
studentid | string |
None. |
|
languagename | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "stlangid": 1, "studentid": "sample string 2", "languagename": "sample string 3" }, { "stlangid": 1, "studentid": "sample string 2", "languagename": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfStudentLanguage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <StudentLanguage> <languagename>sample string 3</languagename> <stlangid>1</stlangid> <studentid>sample string 2</studentid> </StudentLanguage> <StudentLanguage> <languagename>sample string 3</languagename> <stlangid>1</stlangid> <studentid>sample string 2</studentid> </StudentLanguage> </ArrayOfStudentLanguage>