network_id¶
Only return results for the specified network.
| accepts | one or more integers |
| default | none |
Examples¶
Only get results for network with id 5:
GET /portal/api/propositions?network_id=5
Only get results for network with ids 2, 3 and 5:
GET /portal/api/propositions?network_id[]=2&network_id[]=3&network_id[]=5