For more information on using API

GET http://webapi.mymarketing.co.il/api/user-social/pages/{network}/get?accountId={accountId}

Request Information

URI Parameters

Name

Description

Type

Additional information

network

string

Required

accountId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SocialAccountPage

Name

Description

Type

Additional information

id

string
name

string
error

Object

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "sample string 1",
    "name": "sample string 2",
    "error": {}
  },
  {
    "id": "sample string 1",
    "name": "sample string 2",
    "error": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfSocialAccountPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.BusinessLogic.Social">
  <SocialAccountPage>
    <Error />
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
  </SocialAccountPage>
  <SocialAccountPage>
    <Error />
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
  </SocialAccountPage>
</ArrayOfSocialAccountPage>