Skip to main content

Untrack All Template Links

This method deactivates tracking for all the 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/untrackAllLinks/{token}/{id}

| Input parameters
Required parameters | Description | Output parameters | Description | | ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- | | token | The connection token | return | The ID of the last tracked URL | | id | The ID of the Template | | |

Error messages

  • You must fill in the token parameter
  • You must fill in the id parameter.
  • No template found !!
  • Error while tracking all template links.
  • An error occured on the server

REST Example

Input

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

Output

<response responseStatus="success">
<result xsi:type="xs:boolean">true</result>
</response>