Hello! I have an issue requesting new WFS api. Let’s assume my goal is to retrieve dak_type (b3_dak_type now) property of Features related to one PandId. Using the old BAG3D_v2 I was querying with CQL and had access to properties I needed.
Now, trying to use new enpoint I’m a bit lost. Using request like
https://data.3dbag.nl/api/BAG3D/wfs?typeName=lod22&outputFormat=application/json&request=GetFeature&filter=<Filter><PropertyIsEqualTo><PropertyName>identificatie</PropertyName><Literal>NL.IMBAG.Pand.*PandIdToRetrieve*</Literal></PropertyIsEqualTo></Filter>
I don’t get properties related to dak_type anymore. Do you maybe know how can I retreieve them?