ScreenCloud Studio Playlists API

GraphQL operations for building and maintaining playlists - the ordered sequences of content shown on screens. Create, update, and delete playlists (createPlaylist, updatePlaylist, deletePlaylist), add files, links, and app instances to a playlist (addFileToPlaylist, addLinkToPlaylist, addAppInstanceToPlaylist), publish and revert drafts, and list or search playlists (allPlaylists, searchPlaylist).

API entry from apis.yml

apis.yml Raw ↑
aid: screencloud:screencloud-studio-playlists-api
name: ScreenCloud Studio Playlists API
tags:
- Playlists
- Content
- Scheduling
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.screencloud.com/
baseURL: https://studio.screencloud.com
properties:
- url: https://screencloud.github.io/signage-next-graphql-docs/overview/
  type: Documentation
- url: https://screencloud.github.io/signage-next-graphql-docs/graphql-reference/mutation
  type: APIReference
- url: graphql/screencloud-studio-schema.graphql
  type: GraphQL
description: GraphQL operations for building and maintaining playlists - the ordered sequences of content
  shown on screens. Create, update, and delete playlists (createPlaylist, updatePlaylist, deletePlaylist),
  add files, links, and app instances to a playlist (addFileToPlaylist, addLinkToPlaylist, addAppInstanceToPlaylist),
  publish and revert drafts, and list or search playlists (allPlaylists, searchPlaylist).