POST api/AdminReminder/AdmGetReminderVideo
AdmGetReminderVideo
Request Information
URI Parameters
None.
Body Parameters
GetReminderVideo_request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderUUID": "b28cd741-fa77-4c87-a780-aeb4c9262cc8",
"UserUUIDCur": "da045aec-ddcb-4043-ae5d-33bcd5b4bf98",
"LanguageID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]