GET api/Testimonial/Get?apiKey={apiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Testimonial
NameDescriptionTypeAdditional information
TestimonialID

globally unique identifier

None.

CustomerName

string

None.

Comment

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TestimonialID": "7a4505e3-5024-4f4b-83f8-791209277132",
    "CustomerName": "sample string 2",
    "Comment": "sample string 7"
  },
  {
    "TestimonialID": "7a4505e3-5024-4f4b-83f8-791209277132",
    "CustomerName": "sample string 2",
    "Comment": "sample string 7"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.