You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
718 B
YAML
25 lines
718 B
YAML
get:
|
|
operationId: carePrograms
|
|
tags:
|
|
- Quality of Care
|
|
summary: Care programs
|
|
description: Enumerate all care programs (ketens) in which the customer participates.
|
|
parameters:
|
|
- $ref: '../zoo-api.yaml#/components/parameters/Authorization'
|
|
responses:
|
|
'200':
|
|
description: Set of care programs (ketens).
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
careprogram:
|
|
$ref: '../schemas/CareProgram-enum.yaml'
|
|
'401':
|
|
$ref: '../zoo-api.yaml/#/components/responses/NoAuth'
|
|
'403':
|
|
$ref: '../zoo-api.yaml/#/components/responses/NoAccess'
|