How to extend sysparm_limit in rest api explorer.

Atchutaram
Tera Contributor

Hi Experts,

                               I am trying get api for one table through REST api and i am unable to extend the sysparm _limit. Attaching the screenshot for your reference. Could you assist me or let me know the process how can i extend the limit of sysparm_limit.

 

find_real_file.png

2 REPLIES 2

Mahendra RC
Mega Sage

Hello @Atchutaram 

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:

find_real_file.png

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

Hello @Atchutaram 

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