GET api/socialnetworks/byprofileid?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SocialNetworks| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| string |
None. |
||
| string |
None. |
||
| string |
None. |
||
| Printerest | string |
None. |
|
| string |
None. |
||
| string |
None. |
||
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfileId": "a91a2e23-428a-4fee-aeaa-c3c38d0fd73b",
"Facebook": "sample string 2",
"Twitter": "sample string 3",
"Instagram": "sample string 4",
"Printerest": "sample string 5",
"LinkedIn": "sample string 6",
"Whatsapp": "sample string 7",
"Id": "1e3ee3dd-63ef-4f1b-a01a-5e05b08be319",
"CreatedDate": "2025-12-05T20:25:18.9621429-08:00",
"ModifiedDate": "2025-12-05T20:25:18.9621429-08:00",
"DeletedDate": "2025-12-05T20:25:18.9621429-08:00"
},
{
"ProfileId": "a91a2e23-428a-4fee-aeaa-c3c38d0fd73b",
"Facebook": "sample string 2",
"Twitter": "sample string 3",
"Instagram": "sample string 4",
"Printerest": "sample string 5",
"LinkedIn": "sample string 6",
"Whatsapp": "sample string 7",
"Id": "1e3ee3dd-63ef-4f1b-a01a-5e05b08be319",
"CreatedDate": "2025-12-05T20:25:18.9621429-08:00",
"ModifiedDate": "2025-12-05T20:25:18.9621429-08:00",
"DeletedDate": "2025-12-05T20:25:18.9621429-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfSocialNetworks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<SocialNetworks>
<CreatedDate>2025-12-05T20:25:18.9621429-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:25:18.9621429-08:00</DeletedDate>
<Id>1e3ee3dd-63ef-4f1b-a01a-5e05b08be319</Id>
<ModifiedDate>2025-12-05T20:25:18.9621429-08:00</ModifiedDate>
<Facebook>sample string 2</Facebook>
<Instagram>sample string 4</Instagram>
<LinkedIn>sample string 6</LinkedIn>
<Printerest>sample string 5</Printerest>
<ProfileId>a91a2e23-428a-4fee-aeaa-c3c38d0fd73b</ProfileId>
<Twitter>sample string 3</Twitter>
<Whatsapp>sample string 7</Whatsapp>
</SocialNetworks>
<SocialNetworks>
<CreatedDate>2025-12-05T20:25:18.9621429-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:25:18.9621429-08:00</DeletedDate>
<Id>1e3ee3dd-63ef-4f1b-a01a-5e05b08be319</Id>
<ModifiedDate>2025-12-05T20:25:18.9621429-08:00</ModifiedDate>
<Facebook>sample string 2</Facebook>
<Instagram>sample string 4</Instagram>
<LinkedIn>sample string 6</LinkedIn>
<Printerest>sample string 5</Printerest>
<ProfileId>a91a2e23-428a-4fee-aeaa-c3c38d0fd73b</ProfileId>
<Twitter>sample string 3</Twitter>
<Whatsapp>sample string 7</Whatsapp>
</SocialNetworks>
</ArrayOfSocialNetworks>