# getSlideShowInfo

Description

Get information about your own slideshow

void getSlideShowInfo()

Response example

{
    "available": false,
    "started": false,
    "slides": [
        {
            "idx": 0,
            "name": "Screenshot.png",
            "fileId": 179748251
        }
    ],
    "currentSlideIdx": 0,
    "method": "getSlideShowInfo",
    "requestId" : "1",
    "result": true
}

Response Parameters

Name Description
available Flag that shows whether it is possible to start a slideshow
started Flag that shows whether a slideshow is on
currentSlideIdx It is available only if a slideshow is on and shows the index of a current slide being shown
title It is available only if a slideshow is running and shows the name of a slideshow
idx Slide number in the list
name File name
url It is available only if a slideshow is on and shows the link of an uploaded slide
fileId File identifier on the built-in HTTP server
slides The list of slides
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025