action traccar_get_notifications_types { label: "Fetch a list of available Notification types" provider: traccar method: GET path: "/notifications/types" encoding: json output: { type: "array" items: { type: "object" properties: { type: { type: "string" } } } } }