Get Past Event Items

This API is used to get items from a past event.

We need to pass the auctionId and an authentication token to authorize the user.

This API can be accessed by admins, super admins, and white-label admins.

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

AttributeDescription
idReturns the item ID.
positionReturns the item position.
nameReturns the item name.
descriptionReturns the item's starting bid value.
excerptReturns the item excerpt.
codeReturns the unique 3-letter item code.
categoryReturns the item category.
imagesReturns the item images.
id : Returns the item ID
imageUrl : Returns the image URL
position : Returns the item image position
purchasedReturns whether an item has been is purchased or not.
activeReturns whether an item is active for bidding or not.
itemShortNameReturns the item short name if one is created.
categoriesReturns the list of module categories.
isLiveAuctionItemIt checks whether an item is a live auction item or not.
favoriteItemIt checks whether an item is marked as favorite or not by a specified user. If the user is not logged in then this will be false.
itemCategorysReturns the list of item categories.
totalItemsReturns the total number of items.
moduleShowReturns whether the module will show or not.
Language
Authentication
Header
Click Try It! to start a request and see the response here!