GET api/advices/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
CommonPaginationPageOfAdvices| Name | Description | Type | Additional information |
|---|---|---|---|
| TList | Collection of Advices |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TList": [
{
"ProfileId": "d66ac46c-b55e-4944-9c65-df91e9e12279",
"ImageUrl": "sample string 2",
"VideoUrl": "sample string 3",
"Subject": "sample string 4",
"Title": "sample string 5",
"Subtitle": "sample string 6",
"ContentDescription": "sample string 7",
"ContentText": "sample string 8",
"IsView": true,
"ViewNumber": 10,
"Likes": 11,
"Shared": 12,
"PublishedDate": "2025-12-05T20:24:50.493657-08:00",
"AuthorName": "sample string 14",
"AuthorPictureUrl": "sample string 15",
"Id": "ac538f26-dc23-4ec9-8e7f-871ed8e11689",
"CreatedDate": "2025-12-05T20:24:50.493657-08:00",
"ModifiedDate": "2025-12-05T20:24:50.493657-08:00",
"DeletedDate": "2025-12-05T20:24:50.493657-08:00"
},
{
"ProfileId": "d66ac46c-b55e-4944-9c65-df91e9e12279",
"ImageUrl": "sample string 2",
"VideoUrl": "sample string 3",
"Subject": "sample string 4",
"Title": "sample string 5",
"Subtitle": "sample string 6",
"ContentDescription": "sample string 7",
"ContentText": "sample string 8",
"IsView": true,
"ViewNumber": 10,
"Likes": 11,
"Shared": 12,
"PublishedDate": "2025-12-05T20:24:50.493657-08:00",
"AuthorName": "sample string 14",
"AuthorPictureUrl": "sample string 15",
"Id": "ac538f26-dc23-4ec9-8e7f-871ed8e11689",
"CreatedDate": "2025-12-05T20:24:50.493657-08:00",
"ModifiedDate": "2025-12-05T20:24:50.493657-08:00",
"DeletedDate": "2025-12-05T20:24:50.493657-08:00"
}
],
"TotalPage": 1
}
application/xml, text/xml
Sample:
<CommonPaginationPageOfAdvices9_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:Advices>
<d2p1:CreatedDate>2025-12-05T20:24:50.493657-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:24:50.493657-08:00</d2p1:DeletedDate>
<d2p1:Id>ac538f26-dc23-4ec9-8e7f-871ed8e11689</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:24:50.493657-08:00</d2p1:ModifiedDate>
<d2p1:AuthorName>sample string 14</d2p1:AuthorName>
<d2p1:AuthorPictureUrl>sample string 15</d2p1:AuthorPictureUrl>
<d2p1:ContentDescription>sample string 7</d2p1:ContentDescription>
<d2p1:ContentText>sample string 8</d2p1:ContentText>
<d2p1:ImageUrl>sample string 2</d2p1:ImageUrl>
<d2p1:IsView>true</d2p1:IsView>
<d2p1:Likes>11</d2p1:Likes>
<d2p1:ProfileId>d66ac46c-b55e-4944-9c65-df91e9e12279</d2p1:ProfileId>
<d2p1:PublishedDate>2025-12-05T20:24:50.493657-08:00</d2p1:PublishedDate>
<d2p1:Shared>12</d2p1:Shared>
<d2p1:Subject>sample string 4</d2p1:Subject>
<d2p1:Subtitle>sample string 6</d2p1:Subtitle>
<d2p1:Title>sample string 5</d2p1:Title>
<d2p1:VideoUrl>sample string 3</d2p1:VideoUrl>
<d2p1:ViewNumber>10</d2p1:ViewNumber>
</d2p1:Advices>
<d2p1:Advices>
<d2p1:CreatedDate>2025-12-05T20:24:50.493657-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:24:50.493657-08:00</d2p1:DeletedDate>
<d2p1:Id>ac538f26-dc23-4ec9-8e7f-871ed8e11689</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:24:50.493657-08:00</d2p1:ModifiedDate>
<d2p1:AuthorName>sample string 14</d2p1:AuthorName>
<d2p1:AuthorPictureUrl>sample string 15</d2p1:AuthorPictureUrl>
<d2p1:ContentDescription>sample string 7</d2p1:ContentDescription>
<d2p1:ContentText>sample string 8</d2p1:ContentText>
<d2p1:ImageUrl>sample string 2</d2p1:ImageUrl>
<d2p1:IsView>true</d2p1:IsView>
<d2p1:Likes>11</d2p1:Likes>
<d2p1:ProfileId>d66ac46c-b55e-4944-9c65-df91e9e12279</d2p1:ProfileId>
<d2p1:PublishedDate>2025-12-05T20:24:50.493657-08:00</d2p1:PublishedDate>
<d2p1:Shared>12</d2p1:Shared>
<d2p1:Subject>sample string 4</d2p1:Subject>
<d2p1:Subtitle>sample string 6</d2p1:Subtitle>
<d2p1:Title>sample string 5</d2p1:Title>
<d2p1:VideoUrl>sample string 3</d2p1:VideoUrl>
<d2p1:ViewNumber>10</d2p1:ViewNumber>
</d2p1:Advices>
</TList>
<TotalPage>1</TotalPage>
</CommonPaginationPageOfAdvices9_SYAvHPQ>