Stories
ποΈ Add stories to channel
Performs a bulk operation to assign many interactive stories to a `Channel` with a single request.
ποΈ Remove stories from channel
Performs a bulk operation to remove many interactive stories from a `Channel` with a single request. An interactive story cannot be removed from its root interactive `Channel`.
ποΈ Create interactive story
An interactive `Story` is based on `scenes` and enables an interactive video experience.
ποΈ List stories
Retrieves a list of available stories.
ποΈ Get interactive story
Retrieves an interactive `Story` and loads all linked `scenes`, plus its associated `Overlay`s and `Interaction`s.
ποΈ Delete interactive story
Deletes an interactive `Story` by its identifier. It will delete all linked `scenes` plus its associated `Overlay`s and `Interaction`s.
ποΈ Update interactive story
Updates an interactive `Story`'s name or description.
ποΈ Create scene
A `scene` is the main element of an interactive `Story`. A scene can be linked to `Media` sections and holds a list of `Overlay`s and `Interaction`s.
ποΈ Update scene
Updates a `scene` of an interactive `Story`.
ποΈ Delete scene
Deletes a `scene` of an interactive `Story`, which also deletes all referenced `Interaction`s and `Overlay`s.
ποΈ Link a section with a scene
The `Media` asset to which the `Section` belongs must be part of the interactive `Channel` of the `Story` object.
ποΈ Unlink a section from a scene
Removes the association between a `scene` and a `Section`. Another `Section` can be linked to this `Story` `scene` afterward.
ποΈ List story members
Lists all members and their roles for a `Story`.