GET /2.1.0/config/noticetype/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Public Notice Cameron County"
        },
        {
            "id": 2,
            "name": "NOTAM"
        }
    ]
}