phone_category_id

Only return results for the specified phone category.

accepts one or more integers
default none

Examples

Only get results for phone category with id 5:

GET /portal/api/propositions?phone_category_id=5

Only get results for phone category with ids 5 and 6:

GET /portal/api/propositions?phone_category_id[]=5&phone_category_id[]=6