phone_id
Only return results for the specified phone.
| accepts |
one or more integers |
| default |
none |
Examples
Only get results for phone with id 5:
GET /portal/api/propositions?phone_id=5
Only get results for phone with ids 5 and 6:
GET /portal/api/propositions?phone_id[]=5&phone_id[]=6