GET v1/participantQuizList/{id}
Returns an array of all QuizListSummaries for a Participant by their id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ParticipantQuizList| Name | Description | Type | Additional information |
|---|---|---|---|
| QuizName | string |
None. |
|
| Description | string |
None. |
|
| LastStartDateUtc | date |
None. |
|
| EndDateUtc | date |
None. |
|
| CompletionTime | string |
None. |
|
| LastCompletionDateUtc | date |
None. |
|
| LastPointsCorrect | integer |
None. |
|
| LastScore | decimal number |
None. |
|
| LastIsPassed | boolean |
None. |
|
| LastPointsPossible | integer |
None. |
|
| LastCompletedTakeKey | globally unique identifier |
None. |
|
| StartedTakeKey | globally unique identifier |
None. |
|
| TakeAvailable | boolean |
None. |
|
| QuizId | string |
None. |
|
| IsGraded | boolean |
None. |
|
| CanShowResultsSummary | boolean |
None. |
Response Codes
- 200 OK: All QuizListSummaries returned successfully
- 401 Unauthorized:
- 500 InternalServerError:
Response Formats
application/json, text/json
Sample:
[
{
"QuizName": "sample string 1",
"Description": "sample string 2",
"LastStartDateUtc": "2026-08-30T20:50:05.7759028-05:00",
"EndDateUtc": "2026-08-30T20:50:05.7759028-05:00",
"CompletionTime": "sample string 3",
"LastCompletionDateUtc": "2026-08-30T20:50:05.7759028-05:00",
"LastPointsCorrect": 1,
"LastScore": 1.0,
"LastIsPassed": true,
"LastPointsPossible": 1,
"LastCompletedTakeKey": "eeb17d6e-3405-4bd6-9f77-a4651e035261",
"StartedTakeKey": "1bb44798-8dfb-4166-bf21-66e959750259",
"TakeAvailable": true,
"QuizId": "sample string 5",
"IsGraded": true,
"CanShowResultsSummary": true
},
{
"QuizName": "sample string 1",
"Description": "sample string 2",
"LastStartDateUtc": "2026-08-30T20:50:05.7759028-05:00",
"EndDateUtc": "2026-08-30T20:50:05.7759028-05:00",
"CompletionTime": "sample string 3",
"LastCompletionDateUtc": "2026-08-30T20:50:05.7759028-05:00",
"LastPointsCorrect": 1,
"LastScore": 1.0,
"LastIsPassed": true,
"LastPointsPossible": 1,
"LastCompletedTakeKey": "eeb17d6e-3405-4bd6-9f77-a4651e035261",
"StartedTakeKey": "1bb44798-8dfb-4166-bf21-66e959750259",
"TakeAvailable": true,
"QuizId": "sample string 5",
"IsGraded": true,
"CanShowResultsSummary": true
}
]
text/html
Sample:
[{"QuizName":"sample string 1","Description":"sample string 2","LastStartDateUtc":"2026-08-30T20:50:05.7759028-05:00","EndDateUtc":"2026-08-30T20:50:05.7759028-05:00","CompletionTime":"sample string 3","LastCompletionDateUtc":"2026-08-30T20:50:05.7759028-05:00","LastPointsCorrect":1,"LastScore":1.0,"LastIsPassed":true,"LastPointsPossible":1,"LastCompletedTakeKey":"eeb17d6e-3405-4bd6-9f77-a4651e035261","StartedTakeKey":"1bb44798-8dfb-4166-bf21-66e959750259","TakeAvailable":true,"QuizId":"sample string 5","IsGraded":true,"CanShowResultsSummary":true},{"QuizName":"sample string 1","Description":"sample string 2","LastStartDateUtc":"2026-08-30T20:50:05.7759028-05:00","EndDateUtc":"2026-08-30T20:50:05.7759028-05:00","CompletionTime":"sample string 3","LastCompletionDateUtc":"2026-08-30T20:50:05.7759028-05:00","LastPointsCorrect":1,"LastScore":1.0,"LastIsPassed":true,"LastPointsPossible":1,"LastCompletedTakeKey":"eeb17d6e-3405-4bd6-9f77-a4651e035261","StartedTakeKey":"1bb44798-8dfb-4166-bf21-66e959750259","TakeAvailable":true,"QuizId":"sample string 5","IsGraded":true,"CanShowResultsSummary":true}]
application/xml, text/xml
Sample:
<ArrayOfParticipantQuizList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.Questionnaire.Api.Contracts.v1.Models">
<ParticipantQuizList>
<CanShowResultsSummary>true</CanShowResultsSummary>
<CompletionTime>sample string 3</CompletionTime>
<Description>sample string 2</Description>
<EndDateUtc>2026-08-30T20:50:05.7759028-05:00</EndDateUtc>
<IsGraded>true</IsGraded>
<LastCompletedTakeKey>eeb17d6e-3405-4bd6-9f77-a4651e035261</LastCompletedTakeKey>
<LastCompletionDateUtc>2026-08-30T20:50:05.7759028-05:00</LastCompletionDateUtc>
<LastIsPassed>true</LastIsPassed>
<LastPointsCorrect>1</LastPointsCorrect>
<LastPointsPossible>1</LastPointsPossible>
<LastScore>1</LastScore>
<LastStartDateUtc>2026-08-30T20:50:05.7759028-05:00</LastStartDateUtc>
<QuizId>sample string 5</QuizId>
<QuizName>sample string 1</QuizName>
<StartedTakeKey>1bb44798-8dfb-4166-bf21-66e959750259</StartedTakeKey>
<TakeAvailable>true</TakeAvailable>
</ParticipantQuizList>
<ParticipantQuizList>
<CanShowResultsSummary>true</CanShowResultsSummary>
<CompletionTime>sample string 3</CompletionTime>
<Description>sample string 2</Description>
<EndDateUtc>2026-08-30T20:50:05.7759028-05:00</EndDateUtc>
<IsGraded>true</IsGraded>
<LastCompletedTakeKey>eeb17d6e-3405-4bd6-9f77-a4651e035261</LastCompletedTakeKey>
<LastCompletionDateUtc>2026-08-30T20:50:05.7759028-05:00</LastCompletionDateUtc>
<LastIsPassed>true</LastIsPassed>
<LastPointsCorrect>1</LastPointsCorrect>
<LastPointsPossible>1</LastPointsPossible>
<LastScore>1</LastScore>
<LastStartDateUtc>2026-08-30T20:50:05.7759028-05:00</LastStartDateUtc>
<QuizId>sample string 5</QuizId>
<QuizName>sample string 1</QuizName>
<StartedTakeKey>1bb44798-8dfb-4166-bf21-66e959750259</StartedTakeKey>
<TakeAvailable>true</TakeAvailable>
</ParticipantQuizList>
</ArrayOfParticipantQuizList>