brand_id

Only return results for the specified brand.

accepts one or more integers
default none

Examples

Only get results for brand with id 5:

GET /portal/api/propositions?brand_id=5

Only get results for brand with ids 5 and 6:

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