GET /api/audiencerole/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"audienceRole": "Researchers"
},
{
"id": 2,
"audienceRole": "Life scientists"
},
{
"id": 3,
"audienceRole": "Computer scientists"
},
{
"id": 4,
"audienceRole": "Biologists"
},
{
"id": 5,
"audienceRole": "Bioinformaticians"
},
{
"id": 6,
"audienceRole": "Programmers"
},
{
"id": 7,
"audienceRole": "Curators"
},
{
"id": 8,
"audienceRole": "Managers"
},
{
"id": 9,
"audienceRole": "All"
}
]
}