Get All Template Trackable Links
This method retrieves a list of all the trackable links in a Template.
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/getAllTrackableLinks/{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/getAllTrackableLinks/{token}/178
Output
<response responseStatus="success">
<entities>
<id>1</id>
</entities>
</response>