v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Create From Template

Create a new Template based on an existing one.

post/sites/multiscreen/templates/fromtemplate

Request body

new_template_namestring required

The name for the new template.

template_aliasstring

Required if template_id is not provided. The unique alias of the source template to create from.

template_idinteger

The ID of the template. This field is being replaced by template_alias.

Response

200

preview_urlstring
template_idinteger
template_namestring
thumbnail_urlstring

Example response

{
  "preview_url": "http://example.mobilewebsiteserver.c...eview/365dd849",
  "template_id": 1000408,
  "template_name": "Example Template",
  "thumbnail_url": "https://dp-cdn.multiscreensite.com/t...nd=[B@311b938d"
}