GET api/Yayin/YayinCevapAnahtarList?sessionId={sessionId}&username={username}&yayinId={yayinId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sessionId | string |
Required |
|
username | string |
Required |
|
yayinId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CevapYayinDTOName | Description | Type | Additional information |
---|---|---|---|
YayinAd | string |
None. |
|
YayinTestler | Collection of TestCevapDTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "YayinAd": "sample string 1", "YayinTestler": [ { "TestAd": "sample string 1", "TestNo": 2, "TestSorular": [ { "SoruNo": 1, "SoruNoB": 2, "KonuAd": "sample string 3", "Dc": "sample string 4" }, { "SoruNo": 1, "SoruNoB": 2, "KonuAd": "sample string 3", "Dc": "sample string 4" } ] }, { "TestAd": "sample string 1", "TestNo": 2, "TestSorular": [ { "SoruNo": 1, "SoruNoB": 2, "KonuAd": "sample string 3", "Dc": "sample string 4" }, { "SoruNo": 1, "SoruNoB": 2, "KonuAd": "sample string 3", "Dc": "sample string 4" } ] } ] }
application/xml, text/xml
Sample:
<CevapYayinDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yayin.Model.DataTransferObjects"> <YayinAd>sample string 1</YayinAd> <YayinTestler> <TestCevapDTO> <TestAd>sample string 1</TestAd> <TestNo>2</TestNo> <TestSorular> <CevapSoruDTO> <Dc>sample string 4</Dc> <KonuAd>sample string 3</KonuAd> <SoruNo>1</SoruNo> <SoruNoB>2</SoruNoB> </CevapSoruDTO> <CevapSoruDTO> <Dc>sample string 4</Dc> <KonuAd>sample string 3</KonuAd> <SoruNo>1</SoruNo> <SoruNoB>2</SoruNoB> </CevapSoruDTO> </TestSorular> </TestCevapDTO> <TestCevapDTO> <TestAd>sample string 1</TestAd> <TestNo>2</TestNo> <TestSorular> <CevapSoruDTO> <Dc>sample string 4</Dc> <KonuAd>sample string 3</KonuAd> <SoruNo>1</SoruNo> <SoruNoB>2</SoruNoB> </CevapSoruDTO> <CevapSoruDTO> <Dc>sample string 4</Dc> <KonuAd>sample string 3</KonuAd> <SoruNo>1</SoruNo> <SoruNoB>2</SoruNoB> </CevapSoruDTO> </TestSorular> </TestCevapDTO> </YayinTestler> </CevapYayinDTO>