action fungenerators_get_barcode_decode_types { label: "get_barcode_decode_types" description: "Get the supported barcode types for the decoding process." provider: fungenerators method: GET path: "/barcode/decode/types" encoding: json output: { type: "object" additionalProperties: true } }