action reverb_get_priceguide_id_transactions_summary { label: "Get a summary of transactions for a given price guide" description: "Get a summary of transactions for a given price guide" provider: reverb method: GET path: "/priceguide/{id}/transactions/summary" encoding: json input: { type: "object" properties: { condition: { type: "string" } id: { type: "string" } number_of_months: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }