Audience Type List
GET /api/audiencetype/?format=api
{
"count": 4,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"audienceType": "Undergraduate"
},
{
"id": 2,
"audienceType": "Graduate"
},
{
"id": 3,
"audienceType": "Professional (initial)"
},
{
"id": 4,
"audienceType": "Professional (continued)"
}
]
}