For more information on using API

GET http://webapi.mymarketing.co.il/api/user-social/accounts/get

Request Information

URI Parameters

Body Parameters

None.

Response Information

Resource Description

Collection of SocialAccount

Name

Description

Type

Additional information

clientId

integer
accountType

accountTypeName

string
firstName

string
lastName

string
email

string
socialId

string
profilePicUrl

URI
error

Object

Response Formats

application/json, text/json

Sample:
[
  {
    "clientId": 1,
    "accountType": 0,
    "accountTypeName": "sample string 2",
    "firstName": "sample string 3",
    "lastName": "sample string 4",
    "email": "sample string 5",
    "socialId": "sample string 6",
    "profilePicUrl": "http://webapihelppage7.com",
    "error": {}
  },
  {
    "clientId": 1,
    "accountType": 0,
    "accountTypeName": "sample string 2",
    "firstName": "sample string 3",
    "lastName": "sample string 4",
    "email": "sample string 5",
    "socialId": "sample string 6",
    "profilePicUrl": "http://webapihelppage7.com",
    "error": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfSocialAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.BusinessLogic.Social">
  <SocialAccount>
    <AccountType>Other</AccountType>
    <AccountTypeName>sample string 2</AccountTypeName>
    <Email>sample string 5</Email>
    <Error />
    <FirstName>sample string 3</FirstName>
    <LastName>sample string 4</LastName>
    <ProfilePicUrl>http://webapihelppage7.com/</ProfilePicUrl>
    <SocialId>sample string 6</SocialId>
    <UserId>1</UserId>
  </SocialAccount>
  <SocialAccount>
    <AccountType>Other</AccountType>
    <AccountTypeName>sample string 2</AccountTypeName>
    <Email>sample string 5</Email>
    <Error />
    <FirstName>sample string 3</FirstName>
    <LastName>sample string 4</LastName>
    <ProfilePicUrl>http://webapihelppage7.com/</ProfilePicUrl>
    <SocialId>sample string 6</SocialId>
    <UserId>1</UserId>
  </SocialAccount>
</ArrayOfSocialAccount>