I am looking for a way to access the block content data from blocks that were place in the layout builder. I am looking for a way to do it using the Restful WebService module and not JSON-API.
I know it is possible to access the block_content using JSON-API like so : http://contenta.ddev.site/api/block_content/card/3a9e181a-659b-4adf-ad1d-f854674147cc
but I am looking to use the Restful module and I already tried :
http://contenta.ddev.site/block/3a9e181a-659b-4adf-ad1d-f854674147cc?_format=json
Gives it me this error message :
The "block_content" parameter was not converted for the path "/block/{block_content}" (route name: "rest.entity.block_content.GET")
What is the difference and is there a way to fix it ?
Thank you in advance