action sinao_app_documents_sales_quotes_list { label: "List quotes" description: "Get list of quotes" provider: sinao method: GET path: "/apps/{appId}/quotes" encoding: json output: { type: "array" items: { type: "object" } } }