Hello everyone!
Is there a way to get the logs from the CMS and the player’s screenshot via the API?
Thank you in advance.
Hello everyone!
Is there a way to get the logs from the CMS and the player’s screenshot via the API?
Thank you in advance.
At the moment, there isn’t an API available to retrieve logs directly from the CMS.
For screenshots, there is an API endpoint (/display/requestscreenshot/{displayId}), but its purpose is to trigger a request for the player to capture a screenshot. It does not return the screenshot itself in the API response.
Instead, when this endpoint is called, the player captures the screenshot and sends it back to the CMS. You can then view it on the Displays page by enabling the Screen shot? column in the Column visibility options.