Get Items With Property
GET/api/items/GetItemsWithProperty
Tier: Public — stable, supported for third-party integration.
Returns items matching a value comparison on either a built-in property or a named extended property.
Request
Responses
- 200
- 400
- 401
- 402
- 403
Returns the matching Items.ItemDetailDto records. For the built-in-property path, zero
matches returns an empty list.
{propertyName} does not resolve to a known extended property (NotFound, "Extended Property: …"); the extended property's stored data could not be parsed; or, unlike the built-in-property path, an extended-property lookup with zero matches also returns NotFound.
Caller is not authenticated.
The organisation's Item-module licence is invalid.
Caller does not have Read permission on the Item module.