GET api/Testimonial/GetAllTestimonial

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TestimonialDto
NameDescriptionTypeAdditional 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:11.2379826+05:30",
    "recordStatus": 64
  },
  {
    "$ref": "1"
  }
]