1 {{
2 "id": 42, "id": 42,
3 "name": null, "name": null,
4 "note": null, "note": null,
5 "url": "https://example.com/webhook", "url": "https://example.com/webhook",
6 "active": true, "active": true,
7 "subscriptions": [ "subscriptions": [
8 { {
9 "id": 81, "id": 81,
10 "subscription_type": "initialization_time.available", "subscription_type": "initialization_time.available",
11 "note": null, "note": null,
12 "filters": { "filters": {
13 "model": "wm-6", "model": "wm-6",
14 "initialization_time_hours": [ "initialization_time_hours": [
15 "0:00", "0:00",
16 "12:00" "12:00"
17 ] ]
18 }, },
19 "response_options": { "response_options": {
20 "type": "gridded" "type": "gridded"
21 } }
22 } }
23 ], ],
24 "created_at": "2025-03-09T12:00:00Z", "created_at": "2025-03-09T12:00:00Z",
25 "updated_at": "2025-03-09T12:00:00Z" "updated_at": "2025-03-09T12:00:00Z"
26 }}