I’m not new to WordPress but I have a question for the gutenberg api.
I want to get a single post by id with the rendered post template for this ID. But I don’t know how to archieve this problem because the codex has not that information for me.
So when I request the https://example.com/wp-json/wp/v2/posts/1
I got a not the default post template block rendered content html.
So how can I access the rendered html content for a single view from a post.