GET api/quizaudits

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of quizaudit
NameDescriptionTypeAdditional information
Id

integer

None.

Username

string

None.

Intime

date

None.

Outtime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Username": "sample string 2",
    "Intime": "2025-12-20T17:09:46.0941734-08:00",
    "Outtime": "2025-12-20T17:09:46.0941734-08:00"
  },
  {
    "Id": 1,
    "Username": "sample string 2",
    "Intime": "2025-12-20T17:09:46.0941734-08:00",
    "Outtime": "2025-12-20T17:09:46.0941734-08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfquizaudit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpellingAPI">
  <quizaudit>
    <Id>1</Id>
    <Intime>2025-12-20T17:09:46.0941734-08:00</Intime>
    <Outtime>2025-12-20T17:09:46.0941734-08:00</Outtime>
    <Username>sample string 2</Username>
  </quizaudit>
  <quizaudit>
    <Id>1</Id>
    <Intime>2025-12-20T17:09:46.0941734-08:00</Intime>
    <Outtime>2025-12-20T17:09:46.0941734-08:00</Outtime>
    <Username>sample string 2</Username>
  </quizaudit>
</ArrayOfquizaudit>