Webhook Subscriptions

Create New Subscription

Callback URL (Required)

Dispatch Agency (Optional - Only set fields you need)

Only include fields that you want to filter by. Leave blank to skip.

Response Agency (Optional)

Filter by the agency that responds to calls (leave blank to skip)

Optional Filters

Active Subscriptions

Endpoint: POST https://api-coffeecounty-911-tn.zuercherportal.com/api/system/latest/subscriptions/search

Webhook IDCallback URLEndpointOwnerAction
19https://ftp.stationboss.net/webhook.phpCFSCore2712
20https://ftp.stationboss.net/webhook.phpCFSCore2712

More results available: http://api-coffeecounty-911-tn.zuercherportal.com/api/system/latest/subscriptions/search?skip=100&limit=100

Raw API Response
{
    "previous": null,
    "next": "http://api-coffeecounty-911-tn.zuercherportal.com/api/system/latest/subscriptions/search?skip=100&limit=100",
    "Subscriptions": [
        {
            "CallbackURL": "https://ftp.stationboss.net/webhook.php",
            "WebhookUniqueIdentifier": 19,
            "Owner": 2712,
            "Endpoint": "CFSCore",
            "FilterCriteria": [
                {
                    "CFS Number": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Incident Code": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Case Zone": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "DispatchAgency": {
                        "UniqueIdentifier": 1,
                        "Abbreviation": "CCECD",
                        "Name": "Coffee County Emergency Communications District",
                        "ORI": "TN0160000",
                        "RunsDispatch": true,
                        "DispatchedBy": "CCECD",
                        "PrimaryResponderType": "OTH"
                    }
                },
                {
                    "ResponseAgency": {
                        "UniqueIdentifier": 5,
                        "Abbreviation": "TFD",
                        "Name": "Tullahoma Fire Department",
                        "ORI": "",
                        "RunsDispatch": false,
                        "DispatchedBy": "CCECD",
                        "PrimaryResponderType": "FIRE"
                    }
                },
                {
                    "Unit Beat": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Exclude Historical Record Update": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Currently Active": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "CFS Case Association": {
                        "related_id": "-1",
                        "description": null
                    }
                }
            ]
        },
        {
            "CallbackURL": "https://ftp.stationboss.net/webhook.php",
            "WebhookUniqueIdentifier": 20,
            "Owner": 2712,
            "Endpoint": "CFSCore",
            "FilterCriteria": [
                {
                    "CFS Number": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Incident Code": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Case Zone": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "DispatchAgency": {
                        "UniqueIdentifier": 1,
                        "Abbreviation": "CCECD",
                        "Name": "Coffee County Emergency Communications District",
                        "ORI": "TN0160000",
                        "RunsDispatch": true,
                        "DispatchedBy": "CCECD",
                        "PrimaryResponderType": "OTH"
                    }
                },
                {
                    "ResponseAgency": {
                        "UniqueIdentifier": 13,
                        "Abbreviation": "EMA",
                        "Name": "Coffee County Emergency Management",
                        "ORI": "",
                        "RunsDispatch": false,
                        "DispatchedBy": "CCECD",
                        "PrimaryResponderType": "EMA"
                    }
                },
                {
                    "Unit Beat": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Exclude Historical Record Update": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "Currently Active": {
                        "related_id": "-1",
                        "description": null
                    }
                },
                {
                    "CFS Case Association": {
                        "related_id": "-1",
                        "description": null
                    }
                }
            ]
        }
    ]
}