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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Path Params
int64
required

It contains the auction id which is unique.

string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here is the demo event url.

Headers
string

API Authentication Token

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json