| Querying for templates |
Query for the existing templates with a GET request:
https://acme.api.telogis.com/templates
The response is a JSON Array containing the templates and their Ids. You use these Ids to reference the templates in other calls. These are possible return status codes:
Example response:
{ "templates":[
{ "name":"HistoryDump","templateId":85536735},
{ "name":"UpdateMarker","templateId":85696403},
{ "name":"AddressMarkerMaker","templateId":85654857},
{ "name":"MarkerReader","templateId":85541245},
{ "name":"MoreMarkerMaker","templateId":85654813},
{ "name":"MarkerMaker","templateId":85541247}
]}