
Hi,
I am fetching the MSCRM entity records through MSCRM rest API but as per my requirement I have to restrict my response size < 1MB in the MSCRM rest API. So, is there any parameter with rest API URL to restrict such case or is any other way to achieve this.
REST URL :- zyz199.crm8.dynamics.com/.../contacts
*This post is locked for comments
I have the same question (0)Hello,
I don't believe you can restrict the size but you can use paging approach to limit the number of record returned and use paging for getting of all records. Check this post - docs.microsoft.com/.../query-data-web-api