Removing memberCount filter from queues query

Category: API [Routing]

Summary: we are removing the ability to filter queues by member count. the API in question is /api/v2/routing/queues with a ?memberCount=n filter. we will also remove the ?active=[true/false] parameter from the documentation. this parameter exists in the documentation but is not actually implemented - it does nothing.

Context: the backend service that manages queues is changing the way it tracks queue member counts, to make them more accurate and eliminate some race conditions. the member count will no longer be stored in the queue object. therefore, it becomes impossible to query queues by member count.

Impact: there should be zero impact. no customers in any production region have used this filter in July or August. if a customer does use this filter after its removal, the filter will simply be ignored.

Date of Change: not before 7 Oct 2019

Impacted APIs: /api/v2/routing/queues with a ?memberCount=n filter

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.