You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have objects with an array of roles inside the object "rollen": [ { "roltype": "natuurlijkpersoon", "identificatie": "000000001", "betrokkeneType": "initiator" }, { "roltype": "medewerker", "identificatie": "SomeUser", "betrokkeneType": "behandelaar" } ]
How do we construct the objectSearchParameters to get, for example an object contains a role with identificatie = "000000001"
The text was updated successfully, but these errors were encountered:
We have objects with an array of roles inside the object
"rollen": [ { "roltype": "natuurlijkpersoon", "identificatie": "000000001", "betrokkeneType": "initiator" }, { "roltype": "medewerker", "identificatie": "SomeUser", "betrokkeneType": "behandelaar" } ]
How do we construct the objectSearchParameters to get, for example an object contains a role with identificatie = "000000001"
The text was updated successfully, but these errors were encountered: