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