I’m experimenting with filter nodes https://pr-ark-codegen-1646.specs.preview.cogniteapp.com/v1.json.html#tag/Instances-(New)/operation/advancedListInstance using a payload like:
{
"includeTyping": false,
"sources": "
{
"source": {
"type": "view",
"space": "jca-domain",
"externalId": "Facility",
"version": "0_3"
}
}
],
"instanceType": "view"
}
It seems to return entities not of the type of the given source (Facility/0_3). For example it returns Equipment/0_3 entities. Is this the expected behavior and do I have to separately filter for view type? If so how do I do that? Thanks.