Category:
API, Informational
Summary:
It has been discovered that a certain API endpoint has incorrect documentation. /api/v2/routing/queues/divisionviews/all
indicates that id
and divisionId
are valid options for the sortBy
field. however, this is incorrect. All results from this endpoint are sorted only by queue name. The change that will be made is that id
and divisionId
will be removed from the list of allowable values for the sortBy
parameter.
Impact:
There will be no change to endpoint results. All results were already being sorted by name. SDK users may see changes to the sort options offered by this endpoint, which may result in previously-valid values no longer being accepted. Such changes would only be seen upon manually updating to a new SDK version.
Date of Change:
The change is expected to reach production within the next two weeks.
Impacted APIs:
/api/v2/routing/queues/divisionviews/all
References:
AS-2050