GET rapor/list/{hizliErisim}/{durum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hizliErisim | integer |
Required |
|
| durum | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfRAPOR| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | Collection of RAPOR |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T21:03:41.5296458+03:00",
"R": [
{
"ID": 1,
"ADI": "sample string 2",
"URL": "sample string 3",
"HIZLIERISIM_DURUM_ID": 4,
"DURUM_ID": 5,
"PAKET_ID": 6
},
{
"ID": 1,
"ADI": "sample string 2",
"URL": "sample string 3",
"HIZLIERISIM_DURUM_ID": 4,
"DURUM_ID": 5,
"PAKET_ID": 6
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfRAPORQt03pHM1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Request">
<DATE>2026-07-29T21:03:41.5296458+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO">
<d2p1:RAPOR>
<d2p1:ADI>sample string 2</d2p1:ADI>
<d2p1:DURUM_ID>5</d2p1:DURUM_ID>
<d2p1:HIZLIERISIM_DURUM_ID>4</d2p1:HIZLIERISIM_DURUM_ID>
<d2p1:ID>1</d2p1:ID>
<d2p1:PAKET_ID>6</d2p1:PAKET_ID>
<d2p1:URL>sample string 3</d2p1:URL>
</d2p1:RAPOR>
<d2p1:RAPOR>
<d2p1:ADI>sample string 2</d2p1:ADI>
<d2p1:DURUM_ID>5</d2p1:DURUM_ID>
<d2p1:HIZLIERISIM_DURUM_ID>4</d2p1:HIZLIERISIM_DURUM_ID>
<d2p1:ID>1</d2p1:ID>
<d2p1:PAKET_ID>6</d2p1:PAKET_ID>
<d2p1:URL>sample string 3</d2p1:URL>
</d2p1:RAPOR>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfRAPORQt03pHM1>