POST api/2.0/crm/contact/socialmediaavatar
Returns a list of the contact social media images for the social networks specified in the request.
Name |
Description |
Type |
Example |
socialNetworks
sent in body
|
List of contact social networks
|
System.Collections.Generic.List`1[ASC.Api.CRM.Wrappers.ContactInfoWrapper]
|
|
POST api/2.0/crm/contact/socialmediaavatar
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"socialNetworks": [
{
"id": 0,
"InfoType": 0,
"Category": 0,
"Data": null,
"CategoryName": null,
"IsPrimary": false
}
]
}
List of social media images