action xtrf_get_files_1 { label: "Returns list of files in a quote." description: "Returns list of files in a quote. Only files added to the quote (i.e. files that have assigned category and languages) are listed." provider: xtrf method: GET path: "/v2/quotes/{quoteId}/files" encoding: json input: { type: "object" properties: { quoteId: { type: "string" } } required: ["quoteId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }