action bungie_get_global_alerts { label: ".GetGlobalAlerts" description: "Gets any active global alert for display in the forum banners, help pages, etc. Usually used for DOC alerts." provider: bungie method: GET path: "/GlobalAlerts/" encoding: json input: { type: "object" properties: { includestreaming: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }