-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Master
-
Component/s: Headless Delivery API
-
Labels:
-
Epic Link:
-
Sprint:Upgrade|2.17-3.3|EspetoX
-
Git Pull Request:
As a developer
I want to be able to retrieve the rendered web content when a display page template is selected
so I can render it in my app.
currently we have:
"renderedContents" : [
{ "contentTemplateId" : "BASIC-WEB-CONTENT", "contentTemplateName" : "Basic Web Content", "renderedContentURL" : "http://localhost:8080/o/headless-delivery/v1.0/structured-contents/38911/rendered-content/BASIC-WEB-CONTENT" }
the idea would be to extend it with
"renderedContents" : [
{ "displayPageTemplateKey" : "my-page-template", "displayPageTemplateName" : "the name of the page template", "renderedContentURL" : "http://localhost:8080/o/headless-delivery/v1.0/structured-contents/38911/rendered-content/BASIC-WEB-CONTENT" }
Acceptance criteria
Given a structured content with a display page template associated
When a user retrieve information about the content from the API
Then it will be able to access the rendered version of the content with the display page
- relates
-
LPS-125602 Expose in blog entries the display page template if it is defined
-
- Closed
-
-
LPS-127511 Expose in document the display page template if it is defined
-
- Closed
-