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