--
You received this message because you are subscribed to the Google Groups "Developer Group for QPP APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qpp-apis+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qpp-apis/fa1a24af-e0e9-4128-bbc9-b0199afcffa4%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qpp-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qpp-apis+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qpp-apis/a4bfdfa0-edb6-4cd2-8898-19e8a57d3deb%40googlegroups.com.
Endpoint | Behavior if opt-in decision needed |
---|---|
POST /submissions | Throws UnprocessableEntityError (422) |
POST /measurement-sets | Throws UnprocessableEntityError (422) |
POST /measurements | Throws UnprocessableEntityError (422) |
GET /measurement-sets/:measurementSetId | Throws NotFoundError (404) |
GET /measurements | Throws NotFoundError (404) |
GET /measurements/:measurementId | Throws NotFoundError (404) |
GET /submissions | Returns submissions, msets empty, warning added to submission object |
GET /submissions/:id | Returns submission, mset empty, warning added to submission object |
GET /submissions/:submissionId/score | Mset emptied before calling scoring engine, adds warning to scoring response |
GET /measurement-sets | Returns an empty measurement-set |