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": "2765ce7f-a2a2-4b5e-a2f2-b380bd029358",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "3fa32e57-bbc8-4a2d-9f03-3409ccc7dbb5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]