API endpoint that allows groups to be viewed or edited.

GET /api_v1/talkgroups/42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "pk": 42,
    "url": "https://scancbus.com/api_v1/talkgroups/42/?format=api",
    "dec_id": 10045,
    "alpha_tag": "DEL EMS 2",
    "description": "Delaware County EMS 2",
    "slug": "del-ems-2",
    "service_type": "EMS-Tac"
}