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": "8c527c34-bedf-4c48-8cef-663be5485117",
"userId": "94914297-7604-4765-80a6-7d6da6d9958d"
}
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"
}