provider_id

Only return results for the specified provider.

accepts one or more integers
default none

Examples

Only get results for provider with id 5:

GET /portal/api/propositions?provider_id=5

Only get results for provider with ids 2, 3 and 5:

GET /portal/api/propositions?provider_id[]=2&provider_id[]=3&provider_id[]=5