Is it possible to configure the Content Delivery API so that nested block information is returned? The documentation regarding the subject is rather diffuse, but to my understanding this should be achievable by ovveriding the Filter method in ContentApiModelFilter<ContentApiModel>. So far I've managed to remove null-values from the response but I have no idea on how to expand nested blocks in the response.
Basically, I want to expand the block information of answerOptions so that the API returns its properties:
Is it possible to configure the Content Delivery API so that nested block information is returned? The documentation regarding the subject is rather diffuse, but to my understanding this should be achievable by ovveriding the
Filter
method inContentApiModelFilter<ContentApiModel>
. So far I've managed to remove null-values from the response but I have no idea on how to expand nested blocks in the response.Basically, I want to expand the block information of
answerOptions
so that the API returns its properties: