action alertersystem_api_monitor_type_code_get_collection { label: "Retrieves the collection of MonitorTypeCode resources." description: "Retrieves the collection of MonitorTypeCode resources." provider: alertersystem method: GET path: "/api/monitor-type-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 MonitorTypeCode resource is a set of codes that describes the different types of monitors that are available." properties: { codeDescription: { type: "string" } codeDescriptionExpanded: { type: "string" } id: { type: "string" } } } } }