POST api/AdminQuizz/AdmGetQuizzAudio
AdmGetQuizzAudio
Request Information
URI Parameters
None.
Body Parameters
GetQuizzVideo_request| Name | Description | Type | Additional information |
|---|---|---|---|
| QuizzUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuizzUUID": "a6a8da58-5678-4f19-8225-2ef5336661c4",
"UserUUIDCur": "5b378fd0-3381-4b82-86b2-6589dae2ecbd",
"LanguageID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]