GET /api/audiencetype/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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)"
        }
    ]
}