action quotes_get_quote_image_font_list { label: "get_quote_image_font_list" description: "Lists background images in your private collection. \n" provider: quotes method: GET path: "/quote/image/font/list" encoding: json input: { type: "object" properties: { start: { type: "integer" format: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }