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": "4349daeb-344f-4500-b801-b828080d19c8",
  "UserUUIDCur": "77bd70e5-45f2-4405-8fe8-888d39548e98",
  "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:
[
  {},
  {}
]