GET Report/GetReport?UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spZiyaretSayilari_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| AdSoyad | string |
None. |
|
| ZiyaretSayisi | integer |
None. |
|
| UserID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AdSoyad": "sample string 1",
"ZiyaretSayisi": 1,
"UserID": 2
},
{
"AdSoyad": "sample string 1",
"ZiyaretSayisi": 1,
"UserID": 2
}
]