Skip to main content

Get All Template Tracked Links

This method retrieves a list of all the tracked links in a Template.

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/template/getAllTrackedLinks/{token}/{id}

| Input parameters
Required parameters | Description | Output parameters | Description | | ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- | | token | The connection token | return | The list of link order numbers | | id | The ID of the Template | | |

Error messages

  • You must fill in the token parameter
  • You must fill in the id parameter.
  • You must fill in the order parameter.
  • No template found !!
  • There is no link to track.
  • An error occured on the server

REST Example

Input

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/template/getAllTrackedLinks/{token}/178

Output

<response responseStatus="success">
<entities>
<id>1</id>
</entities>
</response>