GET api/quizaudits/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
quizaudit| Name | Description | Type | Additional 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:07:50.355932-08:00",
"Outtime": "2025-12-20T17:07:50.355932-08:00"
}
application/xml, text/xml
Sample:
<quizaudit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpellingAPI"> <Id>1</Id> <Intime>2025-12-20T17:07:50.355932-08:00</Intime> <Outtime>2025-12-20T17:07:50.355932-08:00</Outtime> <Username>sample string 2</Username> </quizaudit>