Queue items getting processing

How to get queue items last two days
Example if I need data of 24th Feb 00:00 am to 26th Feb 00:00 am

use orchestrator http request activity and the below end point url

/odata/QueueItems?$filter=CreationTime ge 2024-02-24T00:00:00Z and CreationTime le 2024-02-26T23:59:59Z

@ankitasharma443396

check the reference

Hi @ankitasharma443396

Try this:

Hope it helps!!

It takes current tym not midnight time

Reference is not fixed

24 Feb and 26 Feb are not fixed dates

instead you can pass start date and end date
/odata/QueueItems?$filter=CreationTime ge and CreationTime le

Hi @ankitasharma443396

This doesn’t take the current time. Please check the below image for better understanding

Hope you understand!!

Hi,

As @mkankatala mentioned you can use the same activity. You can keep start and end date as a variable and pass it to the properties of Get Queue Item. Please note that Get Queue Item can fetch only 100 items.

I tried but it is not giving results

Can we find from and to value of respective queue item?

Hi @ankitasharma443396

Could you be more specific about your query?

Regards

1 Like