Device
Device is any digital signage display, player, Windows machine, Raspberry Pi 3, and Raspberry Pi 4. You can see all supported devices here No matter what device you are using, the APIs are standardized across all of them.
Get Devices v1
**This endoint is deprecated and will be removed in the future. Use `Get Devices v2` instead.**
Get Device by Authentication Hash
Get device by Authentication Hash which is used for device-CMS authentication by authHash. JS api `sos.authHash` [JS API Basics](https://developers.signageos.io/sdk/applet-basics#starting-applet).
Get Devices v1 count
**This endoint is deprecated and will be removed in the future. Use `Get Devices v2` instead.**
Get Device v1
**This endoint is deprecated and will be removed in the future. Use `Get Device v2` instead.**
Update Device Name
**This endpoint is deprecated and will be removed in the future. Use `v2 PUT Configure Device` instead.**
Get Device Authentication Hash
Get authentication contains the `authHash` for device by `deviceUid`.
Get Merged Policy Items for Device
Returns the pre-calculated merged (compiled) policy items for a device. When multiple policies are assigned to a device with different priorities, this endpoint returns the winning value for each policy item type after priority resolution. Higher priority wins; same priority uses latest assignment time as tiebreaker.
Get Devices V2
Get all devices for current Organization.
Get Devices V2 count
Get count of devices for current Organization.
Get Device V2
Get one device detail by `deviceUid`.
Configure Device
Configure Device by `deviceUid`.