GET api/JANANSSBOMBO/viewvisitorcomments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of visitorcommentextract| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| comment | string |
None. |
|
| keyfield | integer |
None. |
|
| date | date |
None. |
|
| studentname | string |
None. |
|
| class | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"phone": "sample string 2",
"email": "sample string 3",
"comment": "sample string 4",
"keyfield": 5,
"date": "2025-12-19T09:03:49.2100655+03:00",
"studentname": "sample string 6",
"class": "sample string 7"
},
{
"name": "sample string 1",
"phone": "sample string 2",
"email": "sample string 3",
"comment": "sample string 4",
"keyfield": 5,
"date": "2025-12-19T09:03:49.2100655+03:00",
"studentname": "sample string 6",
"class": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfvisitorcommentextract xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
<visitorcommentextract>
<class>sample string 7</class>
<comment>sample string 4</comment>
<date>2025-12-19T09:03:49.2100655+03:00</date>
<email>sample string 3</email>
<keyfield>5</keyfield>
<name>sample string 1</name>
<phone>sample string 2</phone>
<studentname>sample string 6</studentname>
</visitorcommentextract>
<visitorcommentextract>
<class>sample string 7</class>
<comment>sample string 4</comment>
<date>2025-12-19T09:03:49.2100655+03:00</date>
<email>sample string 3</email>
<keyfield>5</keyfield>
<name>sample string 1</name>
<phone>sample string 2</phone>
<studentname>sample string 6</studentname>
</visitorcommentextract>
</ArrayOfvisitorcommentextract>