
Ordering /videos/list and /channels/list by title:asc suddenly returns an error
Hello,
Our application has been making API calls to /videos/list and /channels/list and setting the "order_by" paramter to "title:asc" in order to return the list sorted alphabetically by title. This part of our application hasn't changed in years, but suddenly we are getting an error response like this:
Array
(
[status] => error
[message] => order_by: Unknown field: `title%3Aasc`
[code] => ParameterInvalid
[title] => Invalid Parameter
)
If we remove the "order_by" parameter, the calls succeed without error. The API documents (http://apidocs.jwplayer.com/methods/videos/list.html) indicate that this is still the proper way to order by title. Has anyone experienced this issue? It seems like it could be a bug in the API.