Commit 8ca7dfc
committed
NPA-4688: Add GET /QuestionnaireResponse endpoint
This commit adds a new GET endpoint for retrieving QuestionnaireResponse by referenceCode, including:
- New API endpoint definition with appropriate parameters
- Success and error response examples
- Reuse of existing QuestionnaireResponse schema
Add event catalog changes and OpenAPI tools config
PR review notes, update examples and 4XX codes, add examples for GET QR
spark build
merge
NPA-4575: Update sandbox with consent patch (#163)
* Updated sandbox with patch endpoint
* Updated postman collection
* Added patch consent to schema workflow checks
add questionnaire response schema to validate func
update success schema
rename to questionnaire response not found
hypens to underscores
NPA-4688: Add GET /QuestionnaireResponse endpoint
This commit adds a new GET endpoint for retrieving QuestionnaireResponse by referenceCode, including:
- New API endpoint definition with appropriate parameters
- Success and error response examples
- Reuse of existing QuestionnaireResponse schema
Add event catalog changes and OpenAPI tools config
PR review notes, update examples and 4XX codes, add examples for GET QR
spark build
merge
NPA-4575: Update sandbox with consent patch (#163)
* Updated sandbox with patch endpoint
* Updated postman collection
* Added patch consent to schema workflow checks
add questionnaire response schema to validate func
update success schema
rename to questionnaire response not found
hypens to underscores1 parent 86e0289 commit 8ca7dfc
File tree
2 files changed
+26
-3
lines changed- .github/workflows
- specification
2 files changed
+26
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
138 | 161 | | |
139 | 162 | | |
140 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
0 commit comments