POST api/AdminReminder/AdmGetReminder
AdmGetReminder
Request Information
URI Parameters
None.
Body Parameters
GetReminderName | 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": "d87ef26d-bb4c-4e82-9f19-e30d2aa0ab0c", "FunCategoryID": 1, "ReminderActive": true, "Search": "sample string 1", "LanguageID": 1, "UserUUIDCur": "e1c9f445-a637-423b-969a-7d297bfd1b26" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]