GET api/testimonials/perpage?id={id}&pageNumber={pageNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

pageNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

CommonPaginationPageOfTestimonials
NameDescriptionTypeAdditional information
TList

Collection of Testimonials

None.

TotalPage

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TList": [
    {
      "ProfileId": "7f472fac-638c-4bec-98b7-eebda359f48a",
      "ClientId": "14bf98bb-a443-41c4-932c-037e9884e974",
      "TestimonialText": "sample string 3",
      "AuthorName": "sample string 4",
      "AuthorPictureUrl": "sample string 5",
      "TestimonialTitle": "sample string 6",
      "Notes": 1,
      "TestimonialSentDate": "2025-12-05T20:25:18.9621429-08:00",
      "IsView": true,
      "Id": "4a4b3541-cd53-44fd-b42e-fcbcf25f8fb7",
      "CreatedDate": "2025-12-05T20:25:18.9621429-08:00",
      "ModifiedDate": "2025-12-05T20:25:18.9621429-08:00",
      "DeletedDate": "2025-12-05T20:25:18.9621429-08:00"
    },
    {
      "ProfileId": "7f472fac-638c-4bec-98b7-eebda359f48a",
      "ClientId": "14bf98bb-a443-41c4-932c-037e9884e974",
      "TestimonialText": "sample string 3",
      "AuthorName": "sample string 4",
      "AuthorPictureUrl": "sample string 5",
      "TestimonialTitle": "sample string 6",
      "Notes": 1,
      "TestimonialSentDate": "2025-12-05T20:25:18.9621429-08:00",
      "IsView": true,
      "Id": "4a4b3541-cd53-44fd-b42e-fcbcf25f8fb7",
      "CreatedDate": "2025-12-05T20:25:18.9621429-08:00",
      "ModifiedDate": "2025-12-05T20:25:18.9621429-08:00",
      "DeletedDate": "2025-12-05T20:25:18.9621429-08:00"
    }
  ],
  "TotalPage": 1
}

application/xml, text/xml

Sample:
<CommonPaginationPageOfTestimonials9_SYAvHPQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Pages">
  <TList xmlns:d2p1="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
    <d2p1:Testimonials>
      <d2p1:CreatedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:CreatedDate>
      <d2p1:DeletedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:DeletedDate>
      <d2p1:Id>4a4b3541-cd53-44fd-b42e-fcbcf25f8fb7</d2p1:Id>
      <d2p1:ModifiedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:ModifiedDate>
      <d2p1:AuthorName>sample string 4</d2p1:AuthorName>
      <d2p1:AuthorPictureUrl>sample string 5</d2p1:AuthorPictureUrl>
      <d2p1:ClientId>14bf98bb-a443-41c4-932c-037e9884e974</d2p1:ClientId>
      <d2p1:IsView>true</d2p1:IsView>
      <d2p1:Notes>1</d2p1:Notes>
      <d2p1:ProfileId>7f472fac-638c-4bec-98b7-eebda359f48a</d2p1:ProfileId>
      <d2p1:TestimonialSentDate>2025-12-05T20:25:18.9621429-08:00</d2p1:TestimonialSentDate>
      <d2p1:TestimonialText>sample string 3</d2p1:TestimonialText>
      <d2p1:TestimonialTitle>sample string 6</d2p1:TestimonialTitle>
    </d2p1:Testimonials>
    <d2p1:Testimonials>
      <d2p1:CreatedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:CreatedDate>
      <d2p1:DeletedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:DeletedDate>
      <d2p1:Id>4a4b3541-cd53-44fd-b42e-fcbcf25f8fb7</d2p1:Id>
      <d2p1:ModifiedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:ModifiedDate>
      <d2p1:AuthorName>sample string 4</d2p1:AuthorName>
      <d2p1:AuthorPictureUrl>sample string 5</d2p1:AuthorPictureUrl>
      <d2p1:ClientId>14bf98bb-a443-41c4-932c-037e9884e974</d2p1:ClientId>
      <d2p1:IsView>true</d2p1:IsView>
      <d2p1:Notes>1</d2p1:Notes>
      <d2p1:ProfileId>7f472fac-638c-4bec-98b7-eebda359f48a</d2p1:ProfileId>
      <d2p1:TestimonialSentDate>2025-12-05T20:25:18.9621429-08:00</d2p1:TestimonialSentDate>
      <d2p1:TestimonialText>sample string 3</d2p1:TestimonialText>
      <d2p1:TestimonialTitle>sample string 6</d2p1:TestimonialTitle>
    </d2p1:Testimonials>
  </TList>
  <TotalPage>1</TotalPage>
</CommonPaginationPageOfTestimonials9_SYAvHPQ>