action xtrf_get_by_id_2 { label: "Returns client details." description: "Returns client details." provider: xtrf method: GET path: "/customers/{customerId}" encoding: json input: { type: "object" properties: { customerId: { type: "integer" format: "int64" } embed: { type: "string" } } required: ["customerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }