Items Found Async
POST/api/itemsearch/itemsfound
Tier: Public — stable, supported for third-party integration.
Reports tags found during an item search, marking the corresponding expected items as found.
Each reported tag is stamped with the supplied FoundOn timestamp, or the current UTC time
when omitted. Tags not in the search's expected list are silently ignored. If the search is still
Created it is automatically started; if every expected item is now found, the search is
automatically ended (raising
SystemEventType.ItemSearchCompleted).
Request
Responses
- 200
- 400
- 401
- 403
Returns the updated search. See Items.ItemSearchDetailDto.
The search id is unknown (OperationFailed).
Caller is not authenticated.
Caller does not have Update permission on the Item module.