action xtrf_get_all_ids_2 { label: "Returns clients' internal identifiers." description: "Returns clients' internal identifiers." provider: xtrf method: GET path: "/customers/ids" encoding: json input: { type: "object" properties: { emailEquals: { type: "string" } nameEquals: { type: "string" } updatedSince: { type: "integer" format: "int64" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }