GET api/speaker/Testimonials
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SpeakerTestimonialModelName | Description | Type | Additional information |
---|---|---|---|
SpeakerID | integer |
None. |
|
Name | string |
None. |
|
Testimonial | string |
None. |
|
IconURL | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SpeakerID": 1, "Name": "sample string 2", "Testimonial": "sample string 3", "IconURL": "sample string 4" }, { "SpeakerID": 1, "Name": "sample string 2", "Testimonial": "sample string 3", "IconURL": "sample string 4" } ]