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": "78ed0c7f-828c-4256-8aef-01cb32b8fa0f",
"UserUUIDCur": "f060b84d-48c5-4ac6-ac23-b12469064610",
"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:
[
{},
{}
]