GET api/Testimonial?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TestimonialName | Description | Type | Additional information |
---|---|---|---|
TestimonialID | globally unique identifier |
None. |
|
CustomerName | string |
None. |
|
Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TestimonialID": "387d2ebf-60d4-4367-862c-30b1b06ab4cd", "CustomerName": "sample string 2", "Comment": "sample string 7" }, { "TestimonialID": "387d2ebf-60d4-4367-862c-30b1b06ab4cd", "CustomerName": "sample string 2", "Comment": "sample string 7" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.