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": "e3e7249d-5141-4d11-aee2-37e817c0a7b4",
  "UserUUIDCur": "10e8da2f-180f-481b-a735-33b18fa46ca4",
  "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:
[
  {},
  {}
]