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