GET api/Yayin/KatalogList?sessionId={sessionId}&username={username}&KonuKodu={KonuKodu}&SoruKey={SoruKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sessionId | string |
Required |
|
username | string |
Required |
|
KonuKodu | integer |
Required |
|
SoruKey | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KatalogDTOName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Ad | string |
None. |
|
KonuKodu | integer |
None. |
|
KatalogKodu | integer |
None. |
|
GorunenAd | string |
None. |
|
isAktif | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "Ad": "sample string 2", "KonuKodu": 3, "KatalogKodu": 4, "GorunenAd": "sample string 5", "isAktif": true }, { "ID": 1, "Ad": "sample string 2", "KonuKodu": 3, "KatalogKodu": 4, "GorunenAd": "sample string 5", "isAktif": true } ]
application/xml, text/xml
Sample:
<ArrayOfKatalogDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yayin.Model.DataTransferObjects"> <KatalogDTO> <Ad>sample string 2</Ad> <GorunenAd>sample string 5</GorunenAd> <ID>1</ID> <KatalogKodu>4</KatalogKodu> <KonuKodu>3</KonuKodu> <isAktif>true</isAktif> </KatalogDTO> <KatalogDTO> <Ad>sample string 2</Ad> <GorunenAd>sample string 5</GorunenAd> <ID>1</ID> <KatalogKodu>4</KatalogKodu> <KonuKodu>3</KonuKodu> <isAktif>true</isAktif> </KatalogDTO> </ArrayOfKatalogDTO>