How can I filter weekly transaction item details from queue using orchestrator http request activity( I need to know, what kind of filter I can provide in endpoints.)
What changes I need to give here “String.Format(”/odata/QueueDefinitions?$filter=Name eq ‘{0}’“, QueueName)”
First you need to use getqueueitems endpoint…and you have filters for start and end dates…can use those…please explore swagger for actual endpoint and test filters
I would like to know, what changes need to be done here, “String.Format(”/odata/QueueDefinitions?$filter=Name eq ‘{0}’“, QueueName)”
to provide start date and end date(to filter the queue values in a specified time range).