POST api/AdminQuizz/AdmGetQuizzVideo
AdmGetQuizzVideo
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": "611303c8-f6e7-4402-a6af-10514ce262a6",
"UserUUIDCur": "1703a061-6139-44fa-8c5f-a59d877e7958",
"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:
[
{},
{}
]