GET api/advices/all
Request Information
URI Parameters
None.
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": "90458adf-5884-4a7f-9176-60cfcc9cb48e",
"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:00.8875058-08:00",
"AuthorName": "sample string 14",
"AuthorPictureUrl": "sample string 15",
"Id": "5f90b59d-08bf-409c-a9c7-ba58ef67d44b",
"CreatedDate": "2025-12-05T20:24:00.8875058-08:00",
"ModifiedDate": "2025-12-05T20:24:00.8875058-08:00",
"DeletedDate": "2025-12-05T20:24:00.8885056-08:00"
},
{
"ProfileId": "90458adf-5884-4a7f-9176-60cfcc9cb48e",
"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:00.8875058-08:00",
"AuthorName": "sample string 14",
"AuthorPictureUrl": "sample string 15",
"Id": "5f90b59d-08bf-409c-a9c7-ba58ef67d44b",
"CreatedDate": "2025-12-05T20:24:00.8875058-08:00",
"ModifiedDate": "2025-12-05T20:24:00.8875058-08:00",
"DeletedDate": "2025-12-05T20:24:00.8885056-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:24:00.8875058-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:24:00.8885056-08:00</DeletedDate>
<Id>5f90b59d-08bf-409c-a9c7-ba58ef67d44b</Id>
<ModifiedDate>2025-12-05T20:24:00.8875058-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>90458adf-5884-4a7f-9176-60cfcc9cb48e</ProfileId>
<PublishedDate>2025-12-05T20:24:00.8875058-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:24:00.8875058-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:24:00.8885056-08:00</DeletedDate>
<Id>5f90b59d-08bf-409c-a9c7-ba58ef67d44b</Id>
<ModifiedDate>2025-12-05T20:24:00.8875058-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>90458adf-5884-4a7f-9176-60cfcc9cb48e</ProfileId>
<PublishedDate>2025-12-05T20:24:00.8875058-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>