action twinehealth_fetch_rewards { label: "List rewards" description: "Get a list of rewards matching the specified filters." provider: twinehealth method: GET path: "/reward" encoding: json input: { type: "object" properties: { "filter[groups]": { type: "string" } "filter[organization]": { type: "string" } "filter[patient]": { type: "string" } "filter[reward_program_activation]": { type: "string" } "filter[thread]": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }