Backward Compatibility for Item Data Types
Copy
You do not have to specify condition="in” by="…" attributes for properties that have Item as the data type. The following code examples are equivalent:
<Item type="Part" action="get">
<created_by_id>
<Item type="User">…
<Item type="Part" action="get">
<created_by_id condition="in" by="id">
<Item type="User">…