I want to implement pagination in the API:
[dynamics_instance_url]/api/data/v9.0/roles?$select=_businessunitid_value,roleid
Currently, it is giving me a list of all the security roles inside the MS Dynamics instance. I want to get 50 results at a time. I tried implementing the
$top and $skip query parameters but, the $skip parameter is only supported in the CRM platform.
How can I implement the pagination on the returned response irrespective of the Dynamics platform?