GET api/JANANSSBOMBO/viewvisitorcomments

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of visitorcommentextract
NameDescriptionTypeAdditional information
name

string

None.

phone

string

None.

email

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": "2024-12-22T08:14:24.9040223+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": "2024-12-22T08:14:24.9040223+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>2024-12-22T08:14:24.9040223+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>2024-12-22T08:14:24.9040223+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>