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