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": "5ce009b2-0baa-4e28-919c-0525c11bdb0b",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "58a069c2-8dcf-4d17-af52-43dba9813631"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]