Get All Auction Item List

This API will get all the items of the Auction of the event. Search functionality will filter items based on search text criteria and can be applied to item code, item name, and item description. This endpoint can be accessed by users with event admin access or greater. Users will need to pass an authentication token to authorize the user.

Here is the description of response attributes, which returns to the form of JSON.

AttributeDescription
itemsIt contains a List of the Auction item information

bn: contains the buy it now price of the item.
cd: contains the code of the item which is unique per auction.
ds: contains a boolean value and indicates that is item description is present?
ia: contains a boolean value and indicates that is item hidden or active?
id: contains item id which is a unique identifier.
ii: contains a boolean value and indicates that are item images present?
nm: contains the item name.
pn: contains item position.
sb: contains the value of starting bid amount of the item.
totalItemsTotal Records of Auction items
Language
Authorization
Header
Click Try It! to start a request and see the response here!