Added /qoc/careprograms (note -s) end point.
parent
293c92bd1e
commit
75ffe5c08c
@ -0,0 +1,24 @@
|
|||||||
|
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'
|
||||||
Loading…
Reference in New Issue