action ix_api_network_features_read { label: "network_features_read" description: "Get a single network feature by it's id." provider: ix_api method: GET path: "/network-features/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Polymorphic Network Feature" type: "object" } }