POST api/AdminTest/AdmGetTestOnFinish
AdmGetTestOnFinish
Request Information
URI Parameters
None.
Body Parameters
_AdmGetTestOnFinish| Name | Description | Type | Additional information |
|---|---|---|---|
| OnFinishID | integer |
None. |
|
| TestUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| OnFinishActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OnFinishID": 1,
"TestUUID": "8f6ff1d6-8c9f-400e-91c1-9e7f45342574",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "e6706602-4e7f-4a23-814b-a8e850d0903f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]