Operating System Choices List
GET /api/operating-system/?format=api
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name": "Linux"
},
{
"id": 2,
"name": "Windows"
},
{
"id": 3,
"name": "Mac"
}
]
}