TRB256 - Status API

Hello,

After each configuration API call, we currently need to make a separate Status API call to check the status of the configuration. Is there a way to receive the status directly in the response of the Configuration API calls, so that we can avoid making an additional Status API call every time?

Thanks in advance for your help.

Hello,

Could you please specify which API endpoints you are referring to?

Best regards,

Hello,

Configuration API - https://api.rms.teltonika-networks.com/devices/configurator/configure

Status API - https://rms.teltonika-networks.com/status/channel/{channel}

Thanks

Hello,

Are you using the RMS API available at https://developers.rms.teltonika-networks.com?

Best regards,

Hello,

Yes

Thanks

Could you please then take a screenshot of the endpoints you are using, or list them explicitly (e.g., GET /devices)?


Thank you.

Best regards,

Hello,

Configuration API

Status API

Thanks

Hello,

Since POST and GET are different methods that function differently, a POST request can only modify configuration, while a GET request can only retrieve it.
This means that changing and retrieving configuration cannot be done in a single request—they must be handled with separate requests.

Best regards,

This topic was automatically closed after 60 days. New replies are no longer allowed.