POST api/AdminReminder/AdmGetReminder
AdmGetReminder
Request Information
URI Parameters
None.
Body Parameters
GetReminder| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderUUID | globally unique identifier |
None. |
|
| FunCategoryID | integer |
None. |
|
| ReminderActive | boolean |
None. |
|
| Search | string |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderUUID": "04453d3f-f336-4003-b42a-4dec2da6ba02",
"FunCategoryID": 1,
"ReminderActive": true,
"Search": "sample string 1",
"LanguageID": 1,
"UserUUIDCur": "188b5b05-91dc-45a3-9b50-46c06685a0fc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]