Hi Team,
I am trying to use the device multi configuration templates API endpoint : /devices/configurator/templates/{id}/use to apply a template to multiple devices.
However, I get a 404 when calling this endpoint.
Sending a request through the doc page, the URL looks like this:
https://rms.teltonika-networks.com/api/devices/configurator/templates/{id}/use?id=34567
I am not sure that looks correct. I get a 404 from this.
I assume {id} should be replaced with the template id?
I tried that also and get a server 500 error.
https://rms.teltonika-networks.com/api/devices/configurator/templates/34567/use
Does anyone have a working example of using this endpoint (in any programming language or curl), or can anyone from Teltonika tell me if this endpoint is expected to work?
Thanks you in advance for you time.