GET v1/participantQuizList/{id}

Returns an array of all QuizListSummaries for a Participant by their id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ParticipantQuizList
NameDescriptionTypeAdditional 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": "2025-12-11T11:09:00.6997786-06:00",
    "EndDateUtc": "2025-12-11T11:09:00.6997786-06:00",
    "CompletionTime": "sample string 3",
    "LastCompletionDateUtc": "2025-12-11T11:09:00.6997786-06:00",
    "LastPointsCorrect": 1,
    "LastScore": 1.0,
    "LastIsPassed": true,
    "LastPointsPossible": 1,
    "LastCompletedTakeKey": "1b83875f-03d8-46a2-928b-880efbbb4b90",
    "StartedTakeKey": "82f0bfc8-cb84-4781-8aa4-dd4e4940b2f6",
    "TakeAvailable": true,
    "QuizId": "sample string 5",
    "IsGraded": true,
    "CanShowResultsSummary": true
  },
  {
    "QuizName": "sample string 1",
    "Description": "sample string 2",
    "LastStartDateUtc": "2025-12-11T11:09:00.6997786-06:00",
    "EndDateUtc": "2025-12-11T11:09:00.6997786-06:00",
    "CompletionTime": "sample string 3",
    "LastCompletionDateUtc": "2025-12-11T11:09:00.6997786-06:00",
    "LastPointsCorrect": 1,
    "LastScore": 1.0,
    "LastIsPassed": true,
    "LastPointsPossible": 1,
    "LastCompletedTakeKey": "1b83875f-03d8-46a2-928b-880efbbb4b90",
    "StartedTakeKey": "82f0bfc8-cb84-4781-8aa4-dd4e4940b2f6",
    "TakeAvailable": true,
    "QuizId": "sample string 5",
    "IsGraded": true,
    "CanShowResultsSummary": true
  }
]

text/html

Sample:
[{"QuizName":"sample string 1","Description":"sample string 2","LastStartDateUtc":"2025-12-11T11:09:00.6997786-06:00","EndDateUtc":"2025-12-11T11:09:00.6997786-06:00","CompletionTime":"sample string 3","LastCompletionDateUtc":"2025-12-11T11:09:00.6997786-06:00","LastPointsCorrect":1,"LastScore":1.0,"LastIsPassed":true,"LastPointsPossible":1,"LastCompletedTakeKey":"1b83875f-03d8-46a2-928b-880efbbb4b90","StartedTakeKey":"82f0bfc8-cb84-4781-8aa4-dd4e4940b2f6","TakeAvailable":true,"QuizId":"sample string 5","IsGraded":true,"CanShowResultsSummary":true},{"QuizName":"sample string 1","Description":"sample string 2","LastStartDateUtc":"2025-12-11T11:09:00.6997786-06:00","EndDateUtc":"2025-12-11T11:09:00.6997786-06:00","CompletionTime":"sample string 3","LastCompletionDateUtc":"2025-12-11T11:09:00.6997786-06:00","LastPointsCorrect":1,"LastScore":1.0,"LastIsPassed":true,"LastPointsPossible":1,"LastCompletedTakeKey":"1b83875f-03d8-46a2-928b-880efbbb4b90","StartedTakeKey":"82f0bfc8-cb84-4781-8aa4-dd4e4940b2f6","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>2025-12-11T11:09:00.6997786-06:00</EndDateUtc>
    <IsGraded>true</IsGraded>
    <LastCompletedTakeKey>1b83875f-03d8-46a2-928b-880efbbb4b90</LastCompletedTakeKey>
    <LastCompletionDateUtc>2025-12-11T11:09:00.6997786-06:00</LastCompletionDateUtc>
    <LastIsPassed>true</LastIsPassed>
    <LastPointsCorrect>1</LastPointsCorrect>
    <LastPointsPossible>1</LastPointsPossible>
    <LastScore>1</LastScore>
    <LastStartDateUtc>2025-12-11T11:09:00.6997786-06:00</LastStartDateUtc>
    <QuizId>sample string 5</QuizId>
    <QuizName>sample string 1</QuizName>
    <StartedTakeKey>82f0bfc8-cb84-4781-8aa4-dd4e4940b2f6</StartedTakeKey>
    <TakeAvailable>true</TakeAvailable>
  </ParticipantQuizList>
  <ParticipantQuizList>
    <CanShowResultsSummary>true</CanShowResultsSummary>
    <CompletionTime>sample string 3</CompletionTime>
    <Description>sample string 2</Description>
    <EndDateUtc>2025-12-11T11:09:00.6997786-06:00</EndDateUtc>
    <IsGraded>true</IsGraded>
    <LastCompletedTakeKey>1b83875f-03d8-46a2-928b-880efbbb4b90</LastCompletedTakeKey>
    <LastCompletionDateUtc>2025-12-11T11:09:00.6997786-06:00</LastCompletionDateUtc>
    <LastIsPassed>true</LastIsPassed>
    <LastPointsCorrect>1</LastPointsCorrect>
    <LastPointsPossible>1</LastPointsPossible>
    <LastScore>1</LastScore>
    <LastStartDateUtc>2025-12-11T11:09:00.6997786-06:00</LastStartDateUtc>
    <QuizId>sample string 5</QuizId>
    <QuizName>sample string 1</QuizName>
    <StartedTakeKey>82f0bfc8-cb84-4781-8aa4-dd4e4940b2f6</StartedTakeKey>
    <TakeAvailable>true</TakeAvailable>
  </ParticipantQuizList>
</ArrayOfParticipantQuizList>