Skip to main content

Get Item Tag History

GET 

/api/items/getitemtaghistory

Tier: Public — stable, supported for third-party integration.

Intended to return a server-side filtered, sorted, and paged list of item tag-replacement history rows. Currently non-functional.

The action unconditionally throws before evaluating {options} or querying data. The underlying tag-replacement-history data (Items.ItemTagReplacementHistoryDto) is otherwise tracked and populated by ItemController.UpdateItemTag(...).

Request

Responses

Every call to this endpoint currently raises an unhandled exception regardless of input — the action body is not implemented.