API endpoint that allows groups to be viewed or edited.

GET /api_v1/talkgroups/?format=api&page=13
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
X-Cache: MISS

{
    "count": 611,
    "next": null,
    "previous": "https://scancbus.com/api_v1/talkgroups/?format=api&page=12",
    "results": [
        {
            "pk": 1177,
            "url": "https://scancbus.com/api_v1/talkgroups/1177/?format=api",
            "dec_id": 54579,
            "alpha_tag": "XSO-49",
            "description": "Statewide Interop",
            "slug": "xso-49",
            "service_type": "Interop"
        },
        {
            "pk": 1199,
            "url": "https://scancbus.com/api_v1/talkgroups/1199/?format=api",
            "dec_id": 54619,
            "alpha_tag": "XSO-59",
            "description": "Statewide Interop",
            "slug": "xso-59",
            "service_type": "Interop"
        },
        {
            "pk": 1192,
            "url": "https://scancbus.com/api_v1/talkgroups/1192/?format=api",
            "dec_id": 54620,
            "alpha_tag": "XSO-80",
            "description": "Statewide Interop",
            "slug": "xso-80",
            "service_type": "Interop"
        },
        {
            "pk": 744,
            "url": "https://scancbus.com/api_v1/talkgroups/744/?format=api",
            "dec_id": 54647,
            "alpha_tag": "XSOCEN",
            "description": "County Interop - Central",
            "slug": "xsocen",
            "service_type": "Interop"
        },
        {
            "pk": 735,
            "url": "https://scancbus.com/api_v1/talkgroups/735/?format=api",
            "dec_id": 54636,
            "alpha_tag": "XSONE",
            "description": "County Interop - Northeast",
            "slug": "xsone",
            "service_type": "Interop"
        },
        {
            "pk": 732,
            "url": "https://scancbus.com/api_v1/talkgroups/732/?format=api",
            "dec_id": 54633,
            "alpha_tag": "XSONW",
            "description": "County Interop - Northwest",
            "slug": "xsonw",
            "service_type": "Interop"
        },
        {
            "pk": 738,
            "url": "https://scancbus.com/api_v1/talkgroups/738/?format=api",
            "dec_id": 54640,
            "alpha_tag": "XSOSE",
            "description": "County Interop - Southeast",
            "slug": "xsose",
            "service_type": "Interop"
        },
        {
            "pk": 742,
            "url": "https://scancbus.com/api_v1/talkgroups/742/?format=api",
            "dec_id": 54644,
            "alpha_tag": "XSOSW",
            "description": "County Interop - Southwest",
            "slug": "xsosw",
            "service_type": "Interop"
        },
        {
            "pk": 3972,
            "url": "https://scancbus.com/api_v1/talkgroups/3972/?format=api",
            "dec_id": 37041,
            "alpha_tag": "ZZV-FD",
            "description": "Zanesville Fire",
            "slug": "zzv-fd",
            "service_type": "Fire Dispatch"
        },
        {
            "pk": 3973,
            "url": "https://scancbus.com/api_v1/talkgroups/3973/?format=api",
            "dec_id": 37049,
            "alpha_tag": "ZZV-FD1",
            "description": "Zanesville Fire 1",
            "slug": "zzv-fd1",
            "service_type": "Fire-Tac"
        },
        {
            "pk": 3979,
            "url": "https://scancbus.com/api_v1/talkgroups/3979/?format=api",
            "dec_id": 37038,
            "alpha_tag": "ZZV-PD",
            "description": "Zanesville Police Dispatch",
            "slug": "zzv-pd",
            "service_type": "Law Dispatch"
        }
    ]
}