Blogs

Showing 0 results.

Forums

« Back to Digital Signs API Forum

DMM API calls limit for username?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi!
1) I am checking for usernames one by one using the HTTP GET from the DMM:
 
[url=https://<DMM_IP>:8443/dmscore/api/rest/usermanagement/users/user?userName=<username]https://<DMM_IP>:8443/dmscore/api/rest/usermanagement/users/user?userName=<username>
 
But it fails after 5000 HTTP calls. Is there a limit to how many calls the DMM can take?
 
2) If I use user listing, for 1 to 100, I use:
[url=https://<DMM_IP>:8443/dmscore/api/rest/usermanagement/users?Start=1&limit=100&orderByCol=username&orderBy=asc]https://<DMM_IP>:8443/dmscore/api/rest/usermanagement/users?Start=1&limit=100&orderByCol=username&orderBy=asc
 
For the next 100, I changed the Start and limit to 101 and 100 respectively:
[url=https://<DMM_IP>:8443/dmscore/api/rest/usermanagement/users?Start=101&limit=100&orderByCol=username&orderBy=asc]https://<DMM_IP>:8443/dmscore/api/rest/usermanagement/users?Start=101&limit=100&orderByCol=username&orderBy=asc
 
But I am still getting the usernames for 1 to 100.
I have also tried using Start and limit for 101 and 200 but it also gives the same result as the first call.
 
Does anyone face the same problem? Is there a limit to the numbers of users the DMM can take?
 
Thanks.

Collateral


No files available