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
NameDescriptionTypeAdditional 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": "2026-08-30T03:44:33.1531755-05:00"
}

text/html

Sample:
{"Started":"2026-08-30T03:44:33.1531755-05: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>2026-08-30T03:44:33.1531755-05:00</Started>
</StartTakePostResponse>