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