GET /admin/certifiedUserTestResponse
Get the Certified User test responses in the system, optionally filtered by the one who took the test. Note: This service is available to Synapse administrators only.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/admin/certifiedUserTestResponse
Parameters
principalId optional |
If specified, only retrieve the quiz for this user, if it exists. |
limit optional |
Limits the size of the page returned. For example, a page size of 10 requires limit = 10. |
offset optional |
The index of the pagination offset. For a page size of 10, the first page would be at offset = 0, and the second page would be at offset = 10. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedResults<QuizResponse> (application/json) |