Nexmo / comms-router

A server which allows you to route tasks to agents.
Apache License 2.0
21 stars 11 forks source link

REST API list agents resource filters #80

Closed softavail closed 6 years ago

softavail commented 6 years ago

Implement ability to filter agents by the following properties:

  1. state
  2. attributes 2.1. attributes can vary because they are user input. The syntax has to allow the query to contain all the data [key:value]. (e.g. attributes="language:es,rating>20")