action xtrf_get_custom_fields_9 { label: "Returns a list of custom field keys and values for a project." description: "Returns a list of custom field keys and values for a project." provider: xtrf method: GET path: "/v2/quotes/{quoteId}/customFields" encoding: json input: { type: "object" properties: { quoteId: { type: "string" } } required: ["quoteId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }