Hi All ,
How to get max Queue retry which was set at the time of creating the Queue through API only?
Regards,
Ritesh
Hi All ,
How to get max Queue retry which was set at the time of creating the Queue through API only?
Regards,
Ritesh
Use either of these end points it would have max retry number in the returned json
cheers
Hi @Anil_G ,
I haven’t used those before could u please elaborate a bit like step by step
what would be the Queue definition?
Regards,
Ritesh
This is the end point
/odata/QueueDefinitions
You need to pass the folder ID as org unit and if required can filter for required queue as well by adding a filter on name of queue
output
Swagger:
/Swagger/index.html
Hope this helps
cheers