Jump to content

Recommended Posts

Posted
I have a device with username = Alex and internal caller id number set to 2501... I get an empty data[] element when filtering by caller_id.internal.number (matching the data returned from the API on a GET by username).

Am I doing something wrong by submitting this GET request:
/v1/accounts/{account_id}/devices?filter_caller_id.internal.number=2501
while this works fine:
/v1/accounts/{account_id}/devices?filter_sip.username=Alex
  • Administrators
Posted
Hi Alex,

I've patched the relevant code to support multi-nested keys in the querystring filters. The relevant commit if you care is here
×
×
  • Create New...