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