Returns Syndicated projects and series for a given syndication partner uuid
/ws/ws_sf_syndication/api/{app_token}/mode/json/apiv/5/?uuid={uuid}
| Name | Req | Type | Description |
|---|---|---|---|
| app_token | string | Global App token | |
| apiv | integer | The api version; only version 5 supported. | |
| uuid | integer | Syndication partner uuid |
| Name |
|---|
{
"response": {
"success": {
"code": 647,
"message": "Syndication Found",
"details": ""
}
},
"WsSfSyndicationResponse": {
"clients": {
"jdfbvjhdfbvjhbdfhbvjhdbfvjhb": {
"seriesToken": "jdnsbvjnjdkv",
"appToken": "6fvdjkndfjnvjdfnkvjfndv"
}
}
}
}