GET api/advices/filter?id={id}&flag={flag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| flag | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Advices| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| ImageUrl | string |
None. |
|
| VideoUrl | string |
None. |
|
| Subject | string |
None. |
|
| Title | string |
None. |
|
| Subtitle | string |
None. |
|
| ContentDescription | string |
None. |
|
| ContentText | string |
None. |
|
| IsView | boolean |
None. |
|
| ViewNumber | integer |
None. |
|
| Likes | integer |
None. |
|
| Shared | integer |
None. |
|
| PublishedDate | date |
None. |
|
| AuthorName | string |
None. |
|
| AuthorPictureUrl | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfileId": "227e58b0-b706-4568-b646-86c5680f6779",
"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:26:28.8574864-08:00",
"AuthorName": "sample string 14",
"AuthorPictureUrl": "sample string 15",
"Id": "6c12e916-98b0-49cd-9150-da89b4321883",
"CreatedDate": "2025-12-05T20:26:28.8574864-08:00",
"ModifiedDate": "2025-12-05T20:26:28.8574864-08:00",
"DeletedDate": "2025-12-05T20:26:28.8574864-08:00"
},
{
"ProfileId": "227e58b0-b706-4568-b646-86c5680f6779",
"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:26:28.8574864-08:00",
"AuthorName": "sample string 14",
"AuthorPictureUrl": "sample string 15",
"Id": "6c12e916-98b0-49cd-9150-da89b4321883",
"CreatedDate": "2025-12-05T20:26:28.8574864-08:00",
"ModifiedDate": "2025-12-05T20:26:28.8574864-08:00",
"DeletedDate": "2025-12-05T20:26:28.8574864-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfAdvices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<Advices>
<CreatedDate>2025-12-05T20:26:28.8574864-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:28.8574864-08:00</DeletedDate>
<Id>6c12e916-98b0-49cd-9150-da89b4321883</Id>
<ModifiedDate>2025-12-05T20:26:28.8574864-08:00</ModifiedDate>
<AuthorName>sample string 14</AuthorName>
<AuthorPictureUrl>sample string 15</AuthorPictureUrl>
<ContentDescription>sample string 7</ContentDescription>
<ContentText>sample string 8</ContentText>
<ImageUrl>sample string 2</ImageUrl>
<IsView>true</IsView>
<Likes>11</Likes>
<ProfileId>227e58b0-b706-4568-b646-86c5680f6779</ProfileId>
<PublishedDate>2025-12-05T20:26:28.8574864-08:00</PublishedDate>
<Shared>12</Shared>
<Subject>sample string 4</Subject>
<Subtitle>sample string 6</Subtitle>
<Title>sample string 5</Title>
<VideoUrl>sample string 3</VideoUrl>
<ViewNumber>10</ViewNumber>
</Advices>
<Advices>
<CreatedDate>2025-12-05T20:26:28.8574864-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:28.8574864-08:00</DeletedDate>
<Id>6c12e916-98b0-49cd-9150-da89b4321883</Id>
<ModifiedDate>2025-12-05T20:26:28.8574864-08:00</ModifiedDate>
<AuthorName>sample string 14</AuthorName>
<AuthorPictureUrl>sample string 15</AuthorPictureUrl>
<ContentDescription>sample string 7</ContentDescription>
<ContentText>sample string 8</ContentText>
<ImageUrl>sample string 2</ImageUrl>
<IsView>true</IsView>
<Likes>11</Likes>
<ProfileId>227e58b0-b706-4568-b646-86c5680f6779</ProfileId>
<PublishedDate>2025-12-05T20:26:28.8574864-08:00</PublishedDate>
<Shared>12</Shared>
<Subject>sample string 4</Subject>
<Subtitle>sample string 6</Subtitle>
<Title>sample string 5</Title>
<VideoUrl>sample string 3</VideoUrl>
<ViewNumber>10</ViewNumber>
</Advices>
</ArrayOfAdvices>