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": "c86b91b4-5d57-4979-8787-ae8524ead5eb",
"FunCategoryID": 1,
"ReminderActive": true,
"Search": "sample string 1",
"LanguageID": 1,
"UserUUIDCur": "69ab6989-034f-4f49-a0e6-f33895dfdd71"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]