GET api/Testimonial/{id}?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TestimonialName | Description | Type | Additional information |
---|---|---|---|
TestimonialID | globally unique identifier |
None. |
|
CustomerName | string |
None. |
|
Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "TestimonialID": "7697703a-4d9d-4b1d-884f-eb298f9750bb", "CustomerName": "sample string 2", "Comment": "sample string 7" }