action pendo_get_votes { label: "get_votes" provider: pendo method: GET path: "/votes" encoding: json input: { type: "object" properties: { feature_id: { type: "string" } limit: { type: "string" } negative: { type: "string" } offset: { type: "string" } positive: { type: "string" } user_id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }