Start Search Async
GET/api/itemsearch/startsearch/:searchId
Tier: Public — stable, supported for third-party integration.
Marks an item search as in progress and stamps its start time.
There is no state guard: this can be called again on a search that is already InProgress or even Completed, which simply re-stamps the start time.
Request
Responses
- 200
- 401
- 403
true on success. On any failure, including an unknown {searchId}, this returns false with HTTP 200 rather than a 400.
Caller is not authenticated.
Caller does not have Update permission on the Item module.