action alertersystem_api_alert_service_transport_code_id_get { label: "Retrieves a AlertServiceTransportCode resource." description: "Retrieves a AlertServiceTransportCode resource." provider: alertersystem method: GET path: "/api/alert-service-transport-code/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { 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" } } } }