We are planning to use API for creating our own dashboards for support staff. But the API has a limit of returning only 200 workstations in the response.
"pagination": {
"limit": 200,
"offset":0
},
We want to retrieve all the workstation information. Please remove the limit of the current 200 to no limit or at least to a value of 50000.