播放盒-EN
  1. Send Card-related
播放盒-EN
  • API access guide
  • Common Error Codes
  • FAQ
  • User-related
    • Log in to devices
      POST
    • Log out of the device
      DELETE
    • Change user information
      PUT
  • System control-related
    • Screenshot
      GET
    • Restart the device immediately
      POST
    • Obtain device restart schedules
      GET
    • Schedule device restarts
      POST
    • Set time
      POST
    • Install apps
      PUT
    • Obtain time
      GET
    • Factory reset
      PUT
    • Obtain terminal information
      GET
    • Obtain volume
      GET
    • Set volume
      POST
    • Upgrade the device
      PUT
    • Check local upgrade status
      GET
  • Screen control-related
    • Receiving card-related
      • Obtain receiving card connection information
      • Obtain receiving card monitoring information
      • Obtain basic information of the receiving card
      • Configure the screen via receiving card configuration (send .rcfgx file)
      • Configure the screen via receiving card configuration (send .scr file)
      • Upgrade the receiving card
      • Obtain the receiving card upgrade progress
    • Send Card-related
      • Obtain the basic Information of the sending card
        GET
    • Obtain screen brightness
      GET
    • Set screen brightness
      POST
    • Obtain screen status
      GET
    • Set screen status
      POST
    • Obtain screen-on/off schedules
      GET
    • Set screen-on/off schedules
      POST
    • Set brightness adjustment schedules
      POST
    • Obtain brightness adjustment schedules
      GET
  • General capabilities
    • Upload files
    • Download files
  • Serial port control
    • Activate RS-485 serial communication
    • Check RS-485 serial port status
  • Board relays
    • Obtain relay information
    • Set relay information
  1. Send Card-related

Obtain the basic Information of the sending card

Developing
GET
/terminal/core/v1/sendercard/base-info
Last modified:2024-12-13 09:49:57
This interface can be used for obtaining the basic monitoring information of the current controller.

Request

Header Params
Authorization
string 
optional
Default:
1724333189506EO5Zqpduu4+azwYYXMJJhg==

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://192.168.0.10:16674/terminal/core/v1/sendercard/base-info' \
--header 'Authorization: 1724333189506EO5Zqpduu4+azwYYXMJJhg=='

Responses

🟢200成功
application/json
Body
code
integer 
required
Status code
message
string 
required
Detailed description
data
object 
required
status
boolean 
required
Controller working status
signalSource
string 
required
Signal source
DVI
HDMI
HDMI1
HDMI2
HDMI3
...
networkPortsNum
string 
required
Number of Ethernet ports
version
string 
required
Software version
sn
string 
required
Device SN
mac
string 
required
MAC address
timeZone
string 
required
Time zone
reportTime
string 
required
Monitoring data reporting time
Example
{
  "code": 0,
  "message": "",
  "data": {
    "status": true,
    "signalSource": "DVI",
    "networkPortsNum": "4",
    "version": "4.3.0.1001",
    "sn": "2YHA23504W4A10034783-00",
    "mac": "54B56C0F055E",
    "timeZone": "GMT+04:00 Asia/Dubai",
    "reportTime": "2024-05-20 23:05:07"
  }
}
Previous
Obtain the receiving card upgrade progress
Next
Obtain screen brightness
Built with