POST api/AdminReminder/AdmGetReminderVideo

AdmGetReminderVideo

Request Information

URI Parameters

None.

Body Parameters

GetReminderVideo_request
NameDescriptionTypeAdditional information
ReminderUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

LanguageID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ReminderUUID": "df24883c-3086-40c3-bcb5-15b43e42e680",
  "UserUUIDCur": "71f0531d-3d55-4dfe-8b75-78c1764c3c20",
  "LanguageID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]