Reusable social-media export settings per cinema.
List social media templates
List the saved social-media export templates of a cinema. Templates are cinema-scoped: only the templates of the addressed cinema are returned.
path Parameters
cinemaIdquery Parameters
pageperPagesortorderqueryList social media templates › Responses
SocialMediaTemplate list
Create a social media template
Create a reusable social-media export template for a cinema. The template is always created for the cinema addressed in the path. The document is stored verbatim; the API only checks that it carries a known schemaVersion.
path Parameters
cinemaIdCreate a social media template › Responses
SocialMediaTemplate created
Delete a social media template
Delete a social-media export template. The template only carries how a slide looks, so deleting it never changes an already exported image. Cinema staff can only delete templates of their own cinema.
path Parameters
socialMediaTemplateIdDelete a social media template › Responses
SocialMediaTemplate deleted
Update a social media template
Rename a social-media export template or replace its document. Cinema staff can only update templates of their own cinema. version is an optimistic-lock counter: it must equal the value last read from this template, or the request fails with 409 and the row is left untouched. A successful write increments it.
path Parameters
socialMediaTemplateIdUpdate a social media template › Responses
SocialMediaTemplate updated

