Hi,
I am using the following insight API to get list of assets:
http://…../rest/insight/1.0/iql/objects
The output of API is only 25 assets. Even when a call the API ase below to increase max result per page, 25 assets are still displayed:
http://…../rest/insight/1.0/iql/objects?iql= ObjectType = “printers” &resultPerPage = 1000
Is it possible to guide me about this API Paginate ?
Regards
GG
Hi @GG
I think you shoild make you call as follows:
http://…../rest/insight/1.0/iql/objects?iql= ObjectType = “printers” &page=2
Hello @GG ,
On this page someone had the similar issue: https://community.atlassian.com/t5/Jira-Software-questions/Insight-Rest-API-shows-limited-response-upto-25-objecta-for/qaq-p/1970808
Hope this helps you out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.