GET api/services/perpage?id={id}&pageNumber={pageNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| pageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonPaginationPageOfServicess| Name | Description | Type | Additional information |
|---|---|---|---|
| TList | Collection of Servicess |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TList": [
{
"ProfileId": "d72b9293-b3eb-40fe-95c4-6e3e0ba47c8c",
"ImageUrl": "sample string 2",
"VideoUrl": "sample string 3",
"Name": "sample string 4",
"Title": "sample string 5",
"Subtitle": "sample string 6",
"Description": "sample string 7",
"ContentText": "sample string 8",
"Price": 9,
"Id": "b87f19a3-870b-4c95-bc2d-df51f20cbe13",
"CreatedDate": "2025-12-05T20:26:03.072029-08:00",
"ModifiedDate": "2025-12-05T20:26:03.072029-08:00",
"DeletedDate": "2025-12-05T20:26:03.072029-08:00"
},
{
"ProfileId": "d72b9293-b3eb-40fe-95c4-6e3e0ba47c8c",
"ImageUrl": "sample string 2",
"VideoUrl": "sample string 3",
"Name": "sample string 4",
"Title": "sample string 5",
"Subtitle": "sample string 6",
"Description": "sample string 7",
"ContentText": "sample string 8",
"Price": 9,
"Id": "b87f19a3-870b-4c95-bc2d-df51f20cbe13",
"CreatedDate": "2025-12-05T20:26:03.072029-08:00",
"ModifiedDate": "2025-12-05T20:26:03.072029-08:00",
"DeletedDate": "2025-12-05T20:26:03.072029-08:00"
}
],
"TotalPage": 1
}
application/xml, text/xml
Sample:
<CommonPaginationPageOfServicess9_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:Servicess>
<d2p1:CreatedDate>2025-12-05T20:26:03.072029-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:26:03.072029-08:00</d2p1:DeletedDate>
<d2p1:Id>b87f19a3-870b-4c95-bc2d-df51f20cbe13</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:26:03.072029-08:00</d2p1:ModifiedDate>
<d2p1:ContentText>sample string 8</d2p1:ContentText>
<d2p1:Description>sample string 7</d2p1:Description>
<d2p1:ImageUrl>sample string 2</d2p1:ImageUrl>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:Price>9</d2p1:Price>
<d2p1:ProfileId>d72b9293-b3eb-40fe-95c4-6e3e0ba47c8c</d2p1:ProfileId>
<d2p1:Subtitle>sample string 6</d2p1:Subtitle>
<d2p1:Title>sample string 5</d2p1:Title>
<d2p1:VideoUrl>sample string 3</d2p1:VideoUrl>
</d2p1:Servicess>
<d2p1:Servicess>
<d2p1:CreatedDate>2025-12-05T20:26:03.072029-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:26:03.072029-08:00</d2p1:DeletedDate>
<d2p1:Id>b87f19a3-870b-4c95-bc2d-df51f20cbe13</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:26:03.072029-08:00</d2p1:ModifiedDate>
<d2p1:ContentText>sample string 8</d2p1:ContentText>
<d2p1:Description>sample string 7</d2p1:Description>
<d2p1:ImageUrl>sample string 2</d2p1:ImageUrl>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:Price>9</d2p1:Price>
<d2p1:ProfileId>d72b9293-b3eb-40fe-95c4-6e3e0ba47c8c</d2p1:ProfileId>
<d2p1:Subtitle>sample string 6</d2p1:Subtitle>
<d2p1:Title>sample string 5</d2p1:Title>
<d2p1:VideoUrl>sample string 3</d2p1:VideoUrl>
</d2p1:Servicess>
</TList>
<TotalPage>1</TotalPage>
</CommonPaginationPageOfServicess9_SYAvHPQ>