GET api/v1/Comment/{id}
İlgili Sayfa için bulunan yorumların okunabilmesini sağlayan method
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
İlgili sayfaya ait 'ID (Guid)' bilgisini içermesi gerekmektedir |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfComments| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| query_date | date |
None. |
|
| description | string |
None. |
|
| items | Collection of Comments |
None. |
|
| Cari | Cari |
None. |
|
| current_page | integer |
Range: inclusive between 0 and 2147483647 |
|
| page_count | integer |
Range: inclusive between 1 and 2147483647 |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"query_date": "2025-12-19T07:40:22.3232915Z",
"description": "sample string 3",
"items": [
{
"$id": "2",
"id": "64abb94c-8730-4238-84c6-c84461e46591",
"adSoyad": "sample string 3",
"ipAddress": null,
"tarih": "2025-12-19T07:40:22.3232915Z",
"yorum": "sample string 5",
"subComments": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "2"
}
],
"cari": {
"$id": "3",
"id": "sample string 1",
"unvan": "sample string 2",
"adSoyad": "sample string 3",
"vergiDairesi": "sample string 4",
"vergiNo": "sample string 5",
"kepAdresi": "sample string 6",
"smsOnay": true,
"emailOnay": true,
"olusturulmaTarih": "2025-12-19T07:40:22.3232915Z",
"onay": true,
"onayTarih": "2025-12-19T07:40:22.3232915Z",
"clientId": "sample string 11",
"clientSecret": "sample string 12",
"servisAdresi": "sample string 13",
"servisKullaniciAdi": "sample string 14",
"servisSifresi": "sample string 15",
"servisMikroVersion": "sample string 16",
"nesKullaniciAdi": "sample string 17",
"nesSifre": "sample string 18"
},
"current_page": 4,
"page_count": 5
}