Can anyone please let me know how to get the queue ID by passing queue name as the input in the orchestrator HTTP request? What should be the json Payload? I assume that the JSON Payload is not a mandatory value for GET.
I am using the relative endpoint as below:
“/odataQueueDefinitions?$filter=Name eq '”+in_QueueName.tostring+“'”
Kindly note: sometimes the vaildiation message of required payload field is shown even with “” or String.Empty. I just ignored and hit debug, which was working. Maybe there is an internal confusion within this activity