action twinehealth_fetch_reward_earning_fulfillments { label: "List reward earning fulfillments" description: "Get a list of reward earning fulfillments matching the specified filters." provider: twinehealth method: GET path: "/reward_earning_fulfillment" encoding: json input: { type: "object" properties: { "filter[patient]": { type: "string" } } required: ["filter[patient]"] additionalProperties: false } output: { type: "object" additionalProperties: true } }