GET api/Kategori/GetKategoriler
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListResponseOfKategori| Name | Description | Type | Additional information |
|---|---|---|---|
| USERID | integer |
None. |
|
| LOGICALREF | integer |
None. |
|
| MESSAGE | string |
None. |
|
| ERROR | boolean |
None. |
|
| COUNT | integer |
None. |
|
| MODEL | Collection of Kategori |
None. |
Response Formats
application/json, text/json
Sample:
{
"USERID": 1,
"LOGICALREF": 2,
"MESSAGE": "sample string 3",
"ERROR": true,
"COUNT": 5,
"MODEL": [
{
"KategoriID": 1,
"KategoriAdi": "sample string 2",
"KategoriURL": "sample string 3",
"KategoriUstID": 4
},
{
"KategoriID": 1,
"KategoriAdi": "sample string 2",
"KategoriURL": "sample string 3",
"KategoriUstID": 4
}
]
}
text/xml
Sample:
<ListResponseOfKategorilwqozv1f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CariApi.Models.ResponseModels">
<COUNT>5</COUNT>
<ERROR>true</ERROR>
<LOGICALREF>2</LOGICALREF>
<MESSAGE>sample string 3</MESSAGE>
<MODEL xmlns:d2p1="http://schemas.datacontract.org/2004/07/CariApi.Models">
<d2p1:Kategori>
<d2p1:KategoriAdi>sample string 2</d2p1:KategoriAdi>
<d2p1:KategoriID>1</d2p1:KategoriID>
<d2p1:KategoriURL>sample string 3</d2p1:KategoriURL>
<d2p1:KategoriUstID>4</d2p1:KategoriUstID>
</d2p1:Kategori>
<d2p1:Kategori>
<d2p1:KategoriAdi>sample string 2</d2p1:KategoriAdi>
<d2p1:KategoriID>1</d2p1:KategoriID>
<d2p1:KategoriURL>sample string 3</d2p1:KategoriURL>
<d2p1:KategoriUstID>4</d2p1:KategoriUstID>
</d2p1:Kategori>
</MODEL>
<USERID>1</USERID>
</ListResponseOfKategorilwqozv1f>