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