Content Editing URL Structure

A content editing URL must have the following overall structure:

http://your-cue-host/cue-web/#/main?escenicid=content-item

where:

  • your-cue-host is the host name (and possibly the port number) of your CUE host

  • content-item is the ID of the content item to be edited. The ID can be supplied in the following three forms:

    • Just the ID itself. For example:

      http://mycueserver.com:81/cue-web/#/main?escenicid=1234
    • As a Content Store web service URL, specified relative to the CUE installation's escenic end point:

      http://mycueserver.com:81/cue-web/#/main?escenicid=escenic/content/1234
    • As a complete Content Store web service URL:

      http://mycueserver.com:81/cue-web/#/main?escenicid=http://mycontentstore.com:8080/webservice/escenic/content/1234