GET api/ShareCampaignLink
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ShareCampaignLink| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MediaID | integer |
None. |
|
| LinkType | string |
String length: inclusive between 0 and 50 |
|
| SharerLink | string |
None. |
|
| ShareLink | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"MediaID": 2,
"LinkType": "sample string 3",
"SharerLink": "sample string 4",
"ShareLink": "sample string 5"
},
{
"ID": 1,
"MediaID": 2,
"LinkType": "sample string 3",
"SharerLink": "sample string 4",
"ShareLink": "sample string 5"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.