POST socialLink/GetSocialLinkDetail
Request Information
URI Parameters
None.
Body Parameters
iGetUserSocialLinkDetailName | Description | Type | Additional information |
---|---|---|---|
socialLinkId | globally unique identifier |
None. |
|
userId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "socialLinkId": "0aadb876-8ff8-4124-844e-ea1f4f428275", "userId": "20cdc267-b2a4-4bb5-b64a-716cd70044ab" }
Response Information
Resource Description
oGetUserSocialLinkDetailResponseName | 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" }