GET Device/PlayerInfo/{deviceId}
Get player information for the Smart Display Device
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceId |
Device Id / User Name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Player information
DevicePlayerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId |
Device Id/User Name |
string |
Max length: 50 |
| PlayerName |
Player Name |
string |
Max length: 50 |
| OrgId |
Organisation Id / Unit Id |
integer |
None. |
| OrgName |
Organisation / Unit Name |
string |
None. |
| ScrollingText |
Scrolling text value if used |
string |
None. |
| ThemeFolder |
Folder name of the associated theme |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DeviceId": "sample string 1",
"PlayerName": "sample string 2",
"OrgId": 3,
"OrgName": "sample string 4",
"ScrollingText": "sample string 5",
"ThemeFolder": "sample string 6"
}