slideshowLoad procedure reads slideshow data from the filesystem and returns an array of validated Slideshow objects along with provenance metadata describing where each slideshow came from.
Request
POST /rpc/slideshowLoad
Input
The dataset to load. When omitted, the server loads the
default dataset. When provided, it loads the named dataset from the filesystem.A dataset corresponds to a directory or file grouping on disk. Pass "default" to load the default dataset, or any other string identifier for a named dataset.Response
An array of fully validated slideshow objects. See the Slideshow type reference for the complete shape.
A map of slideshow index (as a string key) to provenance metadata. Each entry describes where the corresponding slideshow was loaded from.
Examples
Example response
Provenance is computed at load time and is never stored in the JSON files on disk. It is only present in the API response.