GET /preferred-roles/?format=api&ordering=id
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"id": 4,
"title": "Project Manager"
},
{
"id": 5,
"title": "Lead Developer"
},
{
"id": 6,
"title": "UI/UX Designer"
},
{
"id": 7,
"title": "Data Scientist"
},
{
"id": 8,
"title": "Researcher"
},
{
"id": 9,
"title": "Technical Writer"
},
{
"id": 10,
"title": "Quality Assurance"
},
{
"id": 11,
"title": "System Architect"
},
{
"id": 12,
"title": "Frontend Developer"
},
{
"id": 13,
"title": "Backend Developer"
}
]