lgyeresi | 2017-04-12 08:09:34 UTC | #1
Is there a way to retrieve the queue names of a deleted queue? Any calls to /api/v2/routing/queues/{queueId} where the {queueId} is deleted, I receive the following response:
{ "status": 404, "code": "not.found", "message": "A QueueV2 with id {queueId} could not be found", "contextId": "e587063d-180e-46ef-a056-ba70a9508ec5", "details": [], "errors": [] }
I don't think this is right. We're retrieving stats for an interval for a particular queue, but we have no way to identify the name of the queue. I think a better way of handling this would be to return a response, but show that the queue is deleted.
--Lehel
tim.smith | 2017-04-12 19:50:10 UTC | #2
It's not currently possible to retrieve deleted queues, but I've logged an enhancement request for your use case.
system | 2017-08-28 19:33:48 UTC | #3
This post was migrated from the old Developer Forum.
ref: 1173