action quotes_get_qshow_list { label: "get_qshow_list" description: "Get the list of Qshows in They Said So platform." provider: quotes method: GET path: "/qshow/list" encoding: json input: { type: "object" properties: { public: { type: "boolean" format: "boolean" } start: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }