WIKI
ABOUT
Login
Remember
Register
Recent
Questions
Popular
Unanswered
Tags
Members
about
wiki
Search
Search
10512
questions
12517
answers
19445
comments
22040
members
Most popular tags
rut955
rut240
rut950
rutx11
vpn
rms
openvpn
wifi
to
sms
trb140
rutx09
ipsec
not
rutx12
modbus
firmware
firewall
-
on
RMS API - device limit, can't get more than 100 devices
0
votes
59
views
1
comments
asked
Mar 28
by
sanijs
I used to use
https://rms.teltonika-networks.com/api/devices?limit=150
to get a list of all my RUT240s (I currently have 112), for some reason it does not work anymore. If I set the limit to 100, I will get 100 devices, but if I set the limit to 101 and above I will only get 10 devices.
I can't see that something should have changed in the API, so how do I get all my devices?
rms
-
device
api
get
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
+1
vote
answered
Apr 14
by
SarunasKa
Hello,
A restriction has recently been applied on the RMS. API clients can perform up to 100 actions per call. Restriction introduced to normalize server loads.
In your case, you need to adjust the script and do not exceed this restriction.
Regards.
Best answer
commented
Apr 14
by
sanijs
Thank you.. I managed to solve it by combining 2 API calls
https://rms.teltonika-networks.com/api/devices?limit=100
https://rms.teltonika-networks.com/api/devices?offset=100&limit=30
Please
log in
or
register
to add a comment.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
Ok
Read more
×
Subscribe
aa@aa.com
NETWORKING
Newsletter
Product change notifications
Your personal data will be processed in accordance with the
privacy policy
I agree
Submit