Skip to main content

REST API - pull filtered call history

Posted by antme on Mon, 09/18/2017

Is it possible to run a filter on the GET request with the REST API?
The GET request (/api/user/call_history) pulls the complete call history for a user extension, but I would like to to pull certain calls only, filtered to certain specifications like inbound/outbound calls, date/range call was placed, etc (just like in the CDR).

If so, can an example be given?