Get unprocessed auctions

This API is used by super admin to check un-processed auctions.
We need to pass the authentication key to authenticate the super admin. This API can be accessed super admin only if the user role is not super admin it will throw an error like Not Super Admin.

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

AttributeDescription
eventIdThis contains an event id that is unique.
activatedIs the auction is activated? Bidders can make bids only if this is true (activated).
endDateThis contains the auction end time. When the auction ends, and it will return in yyyy/MM/dd HH:mm:sss format.
statusThis contains auction statuses like EVENT_HAPPENING, PROCESSING_WINNER, WINNER_ANNOUNED, ERROR, EXTENDED_BIDDING,EVENT_MODULE_DELETED.
Language
Authorization
Header
Click Try It! to start a request and see the response here!