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