GET api/testimonials/byprofileid?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Testimonials| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| TestimonialText | string |
None. |
|
| AuthorName | string |
None. |
|
| AuthorPictureUrl | string |
None. |
|
| TestimonialTitle | string |
None. |
|
| Notes | integer |
None. |
|
| TestimonialSentDate | date |
None. |
|
| IsView | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfileId": "60c8dd22-44f3-44e6-9299-79027fd2247d",
"ClientId": "3da4c26f-0851-450a-b066-3ea1fe942935",
"TestimonialText": "sample string 3",
"AuthorName": "sample string 4",
"AuthorPictureUrl": "sample string 5",
"TestimonialTitle": "sample string 6",
"Notes": 1,
"TestimonialSentDate": "2025-12-05T20:25:18.9661435-08:00",
"IsView": true,
"Id": "cfdf9522-d5ce-40f8-a7bf-41a647efd4e3",
"CreatedDate": "2025-12-05T20:25:18.9661435-08:00",
"ModifiedDate": "2025-12-05T20:25:18.9661435-08:00",
"DeletedDate": "2025-12-05T20:25:18.9661435-08:00"
},
{
"ProfileId": "60c8dd22-44f3-44e6-9299-79027fd2247d",
"ClientId": "3da4c26f-0851-450a-b066-3ea1fe942935",
"TestimonialText": "sample string 3",
"AuthorName": "sample string 4",
"AuthorPictureUrl": "sample string 5",
"TestimonialTitle": "sample string 6",
"Notes": 1,
"TestimonialSentDate": "2025-12-05T20:25:18.9661435-08:00",
"IsView": true,
"Id": "cfdf9522-d5ce-40f8-a7bf-41a647efd4e3",
"CreatedDate": "2025-12-05T20:25:18.9661435-08:00",
"ModifiedDate": "2025-12-05T20:25:18.9661435-08:00",
"DeletedDate": "2025-12-05T20:25:18.9661435-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfTestimonials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<Testimonials>
<CreatedDate>2025-12-05T20:25:18.9661435-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:25:18.9661435-08:00</DeletedDate>
<Id>cfdf9522-d5ce-40f8-a7bf-41a647efd4e3</Id>
<ModifiedDate>2025-12-05T20:25:18.9661435-08:00</ModifiedDate>
<AuthorName>sample string 4</AuthorName>
<AuthorPictureUrl>sample string 5</AuthorPictureUrl>
<ClientId>3da4c26f-0851-450a-b066-3ea1fe942935</ClientId>
<IsView>true</IsView>
<Notes>1</Notes>
<ProfileId>60c8dd22-44f3-44e6-9299-79027fd2247d</ProfileId>
<TestimonialSentDate>2025-12-05T20:25:18.9661435-08:00</TestimonialSentDate>
<TestimonialText>sample string 3</TestimonialText>
<TestimonialTitle>sample string 6</TestimonialTitle>
</Testimonials>
<Testimonials>
<CreatedDate>2025-12-05T20:25:18.9661435-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:25:18.9661435-08:00</DeletedDate>
<Id>cfdf9522-d5ce-40f8-a7bf-41a647efd4e3</Id>
<ModifiedDate>2025-12-05T20:25:18.9661435-08:00</ModifiedDate>
<AuthorName>sample string 4</AuthorName>
<AuthorPictureUrl>sample string 5</AuthorPictureUrl>
<ClientId>3da4c26f-0851-450a-b066-3ea1fe942935</ClientId>
<IsView>true</IsView>
<Notes>1</Notes>
<ProfileId>60c8dd22-44f3-44e6-9299-79027fd2247d</ProfileId>
<TestimonialSentDate>2025-12-05T20:25:18.9661435-08:00</TestimonialSentDate>
<TestimonialText>sample string 3</TestimonialText>
<TestimonialTitle>sample string 6</TestimonialTitle>
</Testimonials>
</ArrayOfTestimonials>