Get Last Dynamic Content Blocks
This method retrieves the most recently created Dynamic Content Blocks.
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/banner/getLastBanners/{token}/{limit}
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | The list of Dynamic Content Block IDs |
| limit | The size of the list (between 1 and 1000) | | |
Error messages
- You must fill in the token parameter
- You must fill in the type parameter.
- You must fill in the limit parameter.
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/getLastBanners/{token}/5
Output
<response responseStatus="success">
<entities>
<id>150</id>
<id>165</id>
</entities>
</response>