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": "bda4e02a-aa14-4457-918b-85a261d79f0c",
"UserUUIDCur": "ec0f83c2-5e8c-40c9-b5c1-8840fcf8035d",
"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:
[
{},
{}
]