POST api/AdminTest/AdminGetTest
AdmGetTest
Request Information
URI Parameters
None.
Body Parameters
Admin_GetTest| Name | Description | Type | Additional information |
|---|---|---|---|
| TestUUID | globally unique identifier |
None. |
|
| FunCategoryID | integer |
None. |
|
| TestActive | boolean |
None. |
|
| Search | string |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TestUUID": "0a21cf17-af08-4725-945e-9b86d8911e76",
"FunCategoryID": 1,
"TestActive": true,
"Search": "sample string 1",
"LanguageID": 1,
"UserUUIDCur": "45b5c692-ddd0-4816-8378-cf29c9fdf2e4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]