POST api/AdminQuizz/AdmGetQuizzAudio

AdmGetQuizzAudio

Request Information

URI Parameters

None.

Body Parameters

GetQuizzVideo_request
NameDescriptionTypeAdditional information
QuizzUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

LanguageID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "QuizzUUID": "4382d157-9e4b-4e8c-9f76-15f6e4e6f690",
  "UserUUIDCur": "4c84e40f-a271-40cd-be56-38f21b895dbe",
  "LanguageID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]