get: tags: - Quality of Care summary: List all available care programs description: Includes all care programs that the user is allowed to enable or preview, i.e. even ones that shouldn't be shown by default.e responses: '200': description: |- Care programs are returned. Examples:
content: application/json: schema: type: object properties: programs: type: array items: $ref: '../schemas/CareProgram.yaml' '401': $ref: '../zoo-api.yaml/#/components/responses/NoAuth' '403': $ref: '../zoo-api.yaml/#/components/responses/NoAccess'