Translations:Подключение к внешнему REST API/2/en

Материал из SmartPlayer
Версия от 22:50, 26 апреля 2026; N.Bloshkin (обсуждение | вклад) (Новая страница: «=== '''Methods List''' === <div class="mw-collapsible mw-collapsed" style="border:1px solid #aaa; padding:8px; background:#f9f9f9;"> Below is a list of methods with translated descriptions: * Authorization: ** Login to the server application. thumb|center| Example of authorization method|800px * Broadcast: ** Import broadcast. ** Send event to change broadcast page. ** Get all broadcasts. ** Get broadcast by I...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Methods List

Below is a list of methods with translated descriptions:

  • Authorization:
    • Login to the server application.
Example of authorization method
  • Broadcast:
    • Import broadcast.
    • Send event to change broadcast page.
    • Get all broadcasts.
    • Get broadcast by ID.
    • Get broadcast by title.
Example of broadcast methods
  • Content:
    • Upload file.
    • Upload multiple files.
    • Upload file to video editor.
    • Upload files.
Example of content methods
  • Notifications:
    • Upload user activity history.
Example of notification method
  • IP-TV:
    • Export CSV files.
    • Import CSV files.
Example of IPTV methods
  • User:
    • Update user photo.
    • Create user.
    • Send password reset link.
Example of user methods
  • Settings:
    • Upload font.
Example of settings method
  • Schedule:
    • Export schedule archive.
Example of schedule method
  • Devices:
    • Get device by IP.
    • Get all devices.
    • Update timers.
Example of device methods

Method Details

Each method can be expanded to view:

  • description;
  • parameters;
  • request body;
  • responses.
Example of method details

"Try it out" Button

Allows sending requests.

Example of "Try it out"

After activation:

  • interface changes;
  • button becomes "Cancel".
Example of interface change

Send request via "Execute".

Example of "Execute"

Response appears in "Responses".

Example of response display