POST socialLink/GetSocialLinkDetail
Request Information
URI Parameters
None.
Body Parameters
iGetUserSocialLinkDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| socialLinkId | globally unique identifier |
None. |
|
| userId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"socialLinkId": "2f66b88d-6071-449f-8a8a-d8b1ab5f343b",
"userId": "e581c573-a7d4-4102-b0b1-252220d350d5"
}
Response Information
Resource Description
oGetUserSocialLinkDetailResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetUserSocialLinkDetail |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"userSocialId": "sample string 1",
"userSocialIcon": "sample string 2",
"userSocialType": "sample string 3",
"userSocialDisplay": "sample string 4",
"userSocialTitle": "sample string 5",
"userSocialUrl": "sample string 6"
},
{
"userSocialId": "sample string 1",
"userSocialIcon": "sample string 2",
"userSocialType": "sample string 3",
"userSocialDisplay": "sample string 4",
"userSocialTitle": "sample string 5",
"userSocialUrl": "sample string 6"
}
],
"StatusCode": true,
"Message": "sample string 2"
}