GET api/profiles/bykeyword?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
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": "e70d0f75-5762-4e3a-98b1-43422c7d8dca",
"DoctorId": "93c0bdb7-afe6-4463-84b6-40ef43858030",
"ClinicId": "51750ba6-8af5-47b3-8d61-2abc4791e230",
"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": "7fbbc44b-3368-495c-91e2-fa04795986d3",
"CreatedDate": "2025-12-05T20:24:12.75282-08:00",
"ModifiedDate": "2025-12-05T20:24:12.75282-08:00",
"DeletedDate": "2025-12-05T20:24:12.75282-08:00"
},
{
"CredentialId": "e70d0f75-5762-4e3a-98b1-43422c7d8dca",
"DoctorId": "93c0bdb7-afe6-4463-84b6-40ef43858030",
"ClinicId": "51750ba6-8af5-47b3-8d61-2abc4791e230",
"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": "7fbbc44b-3368-495c-91e2-fa04795986d3",
"CreatedDate": "2025-12-05T20:24:12.75282-08:00",
"ModifiedDate": "2025-12-05T20:24:12.75282-08:00",
"DeletedDate": "2025-12-05T20:24:12.75282-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:24:12.75282-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:24:12.75282-08:00</DeletedDate>
<Id>7fbbc44b-3368-495c-91e2-fa04795986d3</Id>
<ModifiedDate>2025-12-05T20:24:12.75282-08:00</ModifiedDate>
<Clients>11</Clients>
<ClinicId>51750ba6-8af5-47b3-8d61-2abc4791e230</ClinicId>
<CredentialId>e70d0f75-5762-4e3a-98b1-43422c7d8dca</CredentialId>
<Description>sample string 3</Description>
<DoctorId>93c0bdb7-afe6-4463-84b6-40ef43858030</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:24:12.75282-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:24:12.75282-08:00</DeletedDate>
<Id>7fbbc44b-3368-495c-91e2-fa04795986d3</Id>
<ModifiedDate>2025-12-05T20:24:12.75282-08:00</ModifiedDate>
<Clients>11</Clients>
<ClinicId>51750ba6-8af5-47b3-8d61-2abc4791e230</ClinicId>
<CredentialId>e70d0f75-5762-4e3a-98b1-43422c7d8dca</CredentialId>
<Description>sample string 3</Description>
<DoctorId>93c0bdb7-afe6-4463-84b6-40ef43858030</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>