Click or drag to resize
Using the Web Service
Print this page

To work with your TDE templates, you use the Verizon Connect Web Service, which should be accessed using the base URL https://<customer>.api.telogis.com, where <customer> is your account name. Throughout this documentation you will see acme.api.telogis.com used as an example fictitious account.

Have your application use the following URLs (REST calls) to find, create, update, and run your templates.

REST calls for Templates
URLMethodPurpose
https://acme.api.telogis.com/rest/loginGET The REST API call to obtain an authentication token, which can be added as a cookie or as a query parameter for authenticating all calls to the Web service.
https://acme.api.telogis.com/templatesGETQuery for existing templates.
https://acme.api.telogis.com/templates/<templateId>GETRequest a specific template.
https://acme.api.telogis.com/templatesPOSTCreate a new template.
https://acme.api.telogis.com/templates/<templateId>POSTUpdate a template.
https://acme.api.telogis.com/templates/<templateId>DELETEDelete a template.
https://acme.api.telogis.com/executePOSTRun a template. The query parameters identify the template to run and any user input values.