GET api/profiles/all
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Profiless| Name | Description | Type | Additional information |
|---|---|---|---|
| CredentialId | globally unique identifier |
None. |
|
| DoctorId | globally unique identifier |
None. |
|
| ClinicId | globally unique identifier |
None. |
|
| Speciality | string |
None. |
|
| Description | string |
None. |
|
| IsMobile | boolean |
None. |
|
| IsClinic | boolean |
None. |
|
| IsDoctor | boolean |
None. |
|
| IsAvailable | boolean |
None. |
|
| Followers | integer |
None. |
|
| Following | integer |
None. |
|
| Likes | integer |
None. |
|
| Clients | integer |
None. |
|
| Shared | integer |
None. |
|
| Views | integer |
None. |
|
| Notes | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CredentialId": "80695a55-5f3b-4c27-9698-438ad7611cf0",
"DoctorId": "92f05cf5-ca67-4298-9c42-81c57dbaa69d",
"ClinicId": "00a0980f-a9f9-4dcc-9f85-5f63f09948a1",
"Speciality": "sample string 2",
"Description": "sample string 3",
"IsMobile": true,
"IsClinic": true,
"IsDoctor": true,
"IsAvailable": true,
"Followers": 8,
"Following": 9,
"Likes": 10,
"Clients": 11,
"Shared": 12,
"Views": 13,
"Notes": 14,
"IsActive": true,
"Id": "8ded8205-d5ba-40ae-a8fd-e4f3c4956984",
"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"
},
{
"CredentialId": "80695a55-5f3b-4c27-9698-438ad7611cf0",
"DoctorId": "92f05cf5-ca67-4298-9c42-81c57dbaa69d",
"ClinicId": "00a0980f-a9f9-4dcc-9f85-5f63f09948a1",
"Speciality": "sample string 2",
"Description": "sample string 3",
"IsMobile": true,
"IsClinic": true,
"IsDoctor": true,
"IsAvailable": true,
"Followers": 8,
"Following": 9,
"Likes": 10,
"Clients": 11,
"Shared": 12,
"Views": 13,
"Notes": 14,
"IsActive": true,
"Id": "8ded8205-d5ba-40ae-a8fd-e4f3c4956984",
"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:
<ArrayOfProfiless xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<Profiless>
<CreatedDate>2025-12-05T20:26:28.8574864-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:28.8574864-08:00</DeletedDate>
<Id>8ded8205-d5ba-40ae-a8fd-e4f3c4956984</Id>
<ModifiedDate>2025-12-05T20:26:28.8574864-08:00</ModifiedDate>
<Clients>11</Clients>
<ClinicId>00a0980f-a9f9-4dcc-9f85-5f63f09948a1</ClinicId>
<CredentialId>80695a55-5f3b-4c27-9698-438ad7611cf0</CredentialId>
<Description>sample string 3</Description>
<DoctorId>92f05cf5-ca67-4298-9c42-81c57dbaa69d</DoctorId>
<Followers>8</Followers>
<Following>9</Following>
<IsActive>true</IsActive>
<IsAvailable>true</IsAvailable>
<IsClinic>true</IsClinic>
<IsDoctor>true</IsDoctor>
<IsMobile>true</IsMobile>
<Likes>10</Likes>
<Notes>14</Notes>
<Shared>12</Shared>
<Speciality>sample string 2</Speciality>
<Views>13</Views>
</Profiless>
<Profiless>
<CreatedDate>2025-12-05T20:26:28.8574864-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:28.8574864-08:00</DeletedDate>
<Id>8ded8205-d5ba-40ae-a8fd-e4f3c4956984</Id>
<ModifiedDate>2025-12-05T20:26:28.8574864-08:00</ModifiedDate>
<Clients>11</Clients>
<ClinicId>00a0980f-a9f9-4dcc-9f85-5f63f09948a1</ClinicId>
<CredentialId>80695a55-5f3b-4c27-9698-438ad7611cf0</CredentialId>
<Description>sample string 3</Description>
<DoctorId>92f05cf5-ca67-4298-9c42-81c57dbaa69d</DoctorId>
<Followers>8</Followers>
<Following>9</Following>
<IsActive>true</IsActive>
<IsAvailable>true</IsAvailable>
<IsClinic>true</IsClinic>
<IsDoctor>true</IsDoctor>
<IsMobile>true</IsMobile>
<Likes>10</Likes>
<Notes>14</Notes>
<Shared>12</Shared>
<Speciality>sample string 2</Speciality>
<Views>13</Views>
</Profiless>
</ArrayOfProfiless>