action xtrf_get_all_names_with_ids { label: "Returns list of simple clients representations" description: "Returns list of simple clients representations" provider: xtrf method: GET path: "/customers" encoding: json input: { type: "object" properties: { updatedSince: { type: "integer" format: "int64" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }