How to extend sysparm_limit in rest api explorer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022 12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022 12:16 AM
Hello
I believe you cannot extend the limit in Rest API explorer if you are calling the Rest API via script then you can set the query parameter as shown below:
request.setQueryParameter("sysparm_limit", 100);
Also if you are creating the Rest Message then on the HTTP method (like GET) you can set the query parameter as shown below:
OR in Rest API Explorer once you click on Send request then you will get url for endpoint and you can change the sysparm_limit value in URL and use if wherever you want to use.
If my answer helped you in any way then please do mark it as helpful. If it answered your question then please mark it correct and helpful. This will help others with similar issue to find the correct answer.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 11:08 PM
Hello
Just wanted to check with you, if the above response answered your question. If yes, then please do close this thread/question by marking the appropriate response as correct.
Thanks