Studio Developer Manual / Version 2207
Table Of Contents- uriTemplate
The URI template (Spring Boot style), to calculate/evaluate the URL to the preview URL service.
Example: https://my-pwa-host.de/previewurl/{numericContentId}
These template variables are available to the URI template:
- contentId
Contains the schemed content ID, like 'coremedia:///cap/content/550'
- numericContentId
Contains only the numeric part of the content ID.
- contentType
The type of the content object,
CMChannel
, for example.- fqdn
The value of the environment variable ENVIRONMENT_FQDN (fully qualified domain name).
- rootSegment
The homepage root segment of the preview content object.
- siteId
The site ID of the preview content object.
These request query parameters are appended automatically by Studio Client.
- previewDate
The preview date as used by Studio Client, formatted as: 'dd-MM-yyyy HH:mm VV'
- view
The type of the request preview, fragmentPreview, for example.