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": "9d471169-51f7-4029-977d-c4301890ec64",
"UserUUIDCur": "6d2ad326-7721-4292-8724-3363bf95bbc4",
"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:
[
{},
{}
]