GET api/Testimonial/GetAllTestimonialForCustomer
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TestimonialDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TestimonialId | integer |
None. |
|
| CustomerName | string |
None. |
|
| Description | string |
None. |
|
| Image | string |
None. |
|
| Base64Image | string |
None. |
|
| CustomerDesignation | string |
None. |
|
| CreatedOn | date |
None. |
|
| RecordStatus | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"testimonialId": 1,
"customerName": "sample string 2",
"description": "sample string 3",
"image": "sample string 4",
"base64Image": "sample string 5",
"customerDesignation": "sample string 6",
"createdOn": "2025-12-17T22:47:10.9098679+05:30",
"recordStatus": 64
},
{
"$ref": "1"
}
]
