POST api/AdminTest/AdmGetTestVideo
AdmGetTestVideo
Request Information
URI Parameters
None.
Body Parameters
GetTestVideo_request| Name | Description | Type | Additional information |
|---|---|---|---|
| TestUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TestUUID": "a2f70373-d72c-461f-962d-92968cc6f323",
"UserUUIDCur": "f1ae9819-322c-468d-90ba-724ece084df2",
"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:
[
{},
{}
]