Version 8.3.8

Back | 

WsSfSyndication

Returns Syndicated projects and series for a given syndication partner uuid

URL Format

/ws/ws_sf_syndication/api/{app_token}/mode/json/apiv/5/?uuid={uuid}

Parameters

Name Req Type Description
app_token string Global App token
apiv integer The api version; only version 5 supported.
uuid integer Syndication partner uuid

Request Headers

Name

Possible Responses

  • 647 Syndication Found
  • 10 Invalid Parameters!
  • 100 Invalid user token
  • 101 Invalid client token
  • 102 Invalid app token
  • 103 Authentication Required.

Example Response

{
  "response": {
    "success": {
      "code": 647,
      "message": "Syndication Found",
      "details": ""
    }
  },
  "WsSfSyndicationResponse": {
    "clients": {
      "jdfbvjhdfbvjhbdfhbvjhdbfvjhb": {
        "seriesToken": "jdnsbvjnjdkv",
        "appToken": "6fvdjkndfjnvjdfnkvjfndv"
      }
    }
  }
}