Vrishchik
(Naveenkumar Shivaraju)
May 2, 2023, 7:30am
1
Hi All,
I need to get the over all counts of the queue.
when I check manually it is showing 4100 items.
But when I trying to display using get queue items it is showing only 100.
I need to get the total queue count as 4100
Please do needful to resolve the issue.
@ppr
@Yoichi
@vishal.kp
@ushu
@gokul1904
@Gokul001
ppr
(Peter Preuss)
May 2, 2023, 7:38am
2
Vrishchik:
howing only 100.
yes, it has limit of 100 and would need to use paging.
We would recommend to use the ORC Rest APIas the count can be retrieved with less overhead with one call
Vrishchik
(Naveenkumar Shivaraju)
May 2, 2023, 7:40am
4
How to increase to more than 100??
Vrishchik
(Naveenkumar Shivaraju)
May 2, 2023, 7:48am
6
Can You please tell how to do that??
ppr
(Peter Preuss)
May 2, 2023, 7:51am
7
Vrishchik:
how to do that
what?
For paging when using get Queue items you can refer to the screenshots.
Vrishchik
(Naveenkumar Shivaraju)
May 2, 2023, 7:53am
8
Bro, I am asking you this “ORC API paging on Get Queue Items”
where can I mention??
ppr
(Peter Preuss)
May 2, 2023, 7:59am
9
a question of
is not giving this detail. So better more clear to ask:
We can prototype with swagger:
taken from:
Orchestrator - API References
And after Authorization:
Have a look at:
where we can use the filter to e.g. WorkQueue Specific, Status specific…
AND
then we can retreive the total count from the response without the need to move all items