POST v1/take/start-take
Start a Take of a Quiz.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Start Time.
StartTakePostResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Started | date |
None. |
Response Codes
- 200 OK: A Take of a Quiz successfully started.
- 400 BadRequest: Data validation failed, see the response body for more information.
- 401 Unauthorized:
- 500 InternalServerError:
Response Formats
application/json, text/json
Sample:
{
"Started": "2025-12-11T11:08:28.8298688-06:00"
}
text/html
Sample:
{"Started":"2025-12-11T11:08:28.8298688-06:00"}
application/xml, text/xml
Sample:
<StartTakePostResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.Questionnaire.Api.Contracts.v1.Responses"> <Started>2025-12-11T11:08:28.8298688-06:00</Started> </StartTakePostResponse>