Jump to content

API - Find a device by In-House Caller ID number


Recommended Posts

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
Link to comment
Share on other sites

×
×
  • Create New...