GET v1/highLevelQuizSummaries/{id}/Excel/Participant/{pid}

Retrieves a HighLevelQuizSummary as Excel download by the quizId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Unique Identifier of the HighLevelQuizSummary for the quiz requested.

string

Required

pid

string

Required

Body Parameters

None.

Response Information

Resource Description

The HighLevelQuizSummary, if it exists. Otherwise a 404 error.

Collection of byte

Response Codes

  • 200 OK: Requested HighLevelQuizSummary as Excel download successfully returned.
  • 401 Unauthorized:
  • 404 NotFound: Requested HighLevelQuizSummary does not exist.
  • 500 InternalServerError:

Response Formats

application/json, text/json, text/html

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>