Get Single Item Search
GET/api/itemsearch/getsingle/:Id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a single item search, including its per-item results.
Request
Responses
- 200
- 401
- 403
Returns the search. See Items.ItemSearchDetailDto. When the id does not exist, this
endpoint returns HTTP 200 with a null body rather than an error.
Caller is not authenticated.
Caller does not have Read permission on the Item module.