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": "6b8bdb37-5788-44f3-8269-4a0746bfb49a",
"UserUUIDCur": "970d3b2e-729a-465b-9292-c4d1aec2e0f4",
"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:
[
{},
{}
]