action xtrf_get_by_id_8 { label: "Returns quote details." description: "Returns quote details. If the specified quote ID refers to Smart Quote, 400 Bad Request is returned instead." provider: xtrf method: GET path: "/quotes/{quoteId}" encoding: json input: { type: "object" properties: { embed: { type: "string" } quoteId: { type: "string" } } required: ["quoteId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }