Get Dynamic Content Block Link by Order
This method retrieves a Dynamic Content Block link by its order number.
This is a GET method.
REST WADL
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest?_wadl&_type=xml
REST URL
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/bannerUrl/getByOrder/{token}/{bannerId}/{order}
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | APIBannerLink - The Dynamic Content Block link
|
| bannerId | The ID of the Dynamic Content Block | | |
| order | The order number of the URL | | |
Error messages
- You must fill in the token parameter
- You must fill in the bannerId parameter.
- You must fill in the order parameter.
- This link doesn't exist for the banner.
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/bannerUrl/getByOrder/{token}/150/1
Output
<response responseStatus="success">
<apiBannerUrl>
<bannerId>150</bannerId>
<clientId>3989</clientId>
<id>348</id>
<name>Standard</name>
<order>1</order>
<type>STANDARD</type>
<url>http://www.smarfocus.com</url>
</apiBannerUrl>
</response>