Get Single Item With Tag
GET/api/items/getitem
Tier: Public — stable, supported for third-party integration.
Looks up a single item by its attached tag number.
Request
Responses
- 200
- 401
- 402
- 403
Returns the item. See Items.ItemDetailDto. If no item carries the given tag number,
this still returns HTTP 200 with a null body rather than an error.
Caller is not authenticated.
The organisation's Item-module licence is invalid.
Caller does not have Read permission on the Item module.