action alertersystem_api_alert_log_status_code_get_collection { label: "Retrieves the collection of AlertLogStatusCode resources." description: "Retrieves the collection of AlertLogStatusCode resources." provider: alertersystem method: GET path: "/api/alert-log-status-code" encoding: json input: { type: "object" properties: { page: { type: "integer" } "properties[]": { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "array" items: { type: "object" description: "The AlertLogStatusCode resource is a set of codes that describes the outcomes of the dispatching of an alert." properties: { id: { type: "string" } } } } }