Block grid in content delivery api
# help-with-umbraco
d
Hi! I'm used to older versions of umbraco and am struggling with some of the newer features and hoping someone could help me out here. I have created a block grid and inserted a row with a simple component. Just a test component that has a text field, which would be marked up into a h1 tag. When looking at the swagger api response, I see it all in a json format, which is great. What I'm struggling with here is that I'm expecting a markup property for the whole grid, which isn't there. Is there a way to get a property like this to show? So that I can simply access this property to output the whole grid as simply as if I were to render the grid in a headed environment.
l
What do you mean with a markup property?
d
I would expect a markup property similar to what you get with RTEs with the whole output for the grid
l
Ah good question. I mean in a headless environment, it's usually all just data, there is no markup, that's what the frontend need to determine. However, it a block grid it would make some sense to have more markup I guess. I'm not sure. I haven't used block grid, only block lists. But for some reason, block grids don't seem to make much sense in a headless environment to me.
11 Views