POST api/AdminReminder/AdmGetTasK
AdmGetTasK
Request Information
URI Parameters
None.
Body Parameters
AdmGetTask_request| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskUUID | globally unique identifier |
None. |
|
| TaskActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskUUID": "0d219c97-5fc2-405b-ab43-c510d37b5774",
"TaskActive": true,
"LanguageID": 1,
"UserUUIDCur": "b7b854b6-bbe1-44b8-9e7b-4eb96439c80e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]