action alertersystem_api_alert_service_transport_code_get_collection { label: "Retrieves the collection of AlertServiceTransportCode resources." description: "Retrieves the collection of AlertServiceTransportCode resources." provider: alertersystem method: GET path: "/api/alert-service-transport-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 AlertServiceTransportCode resource is a set of codes that describes the type of transport that is used by an alert service." properties: { codeName: { type: "string" } id: { type: "string" } } } } }