[Spce-user] API: how to get force_inbound_calls_to_peer subscribers
Ml Ml
mliebherr99 at googlemail.com
Tue Jun 28 05:07:55 EDT 2022
Hello,
how can i get all subscribers which have
force_inbound_calls_to_peer=force?
I tried:HTTP::Request->new('GET',
"$sipwise_uri/api/subscriberpreferences/?force_inbound_calls_to_peer=force");
But it does not return the expected results. Should my GET URL be different?
However, this search example seems to work:
HTTP::Request->new('GET', "$sipwise_uri/api/customers/?external_id=$no");
Any idea what I am doing wrong?
Thanks,
Michael
More information about the Spce-user
mailing list