Hi,
I am using odata/jobs to get the job info from orchestrator. But the max result I get in a response string is 1000. Is there a way to increase this limit?
Hi,
I am using odata/jobs to get the job info from orchestrator. But the max result I get in a response string is 1000. Is there a way to increase this limit?
@suraj3501
specify
data.maxpagesize=“X”
X = 100000 (you can define your limit)
Hi,
How can I pass these arguments? Should I write into JSONPayload?
@Maneesha_de_silva Can you give an example of how to use it?
Hi - would also appreciate an example on the syntax to change this setting please!
I found the solution here https://docs.uipath.com/orchestrator/reference/building-api-requests.
My example:
Skip the first 500 entries and Keep the next 1000 entries.