Function   /buyer/auction/list/count

Function invocation

https://json.aftermarket.pl/buyer/auction/list/count

Function description

Returns the number of auctions where the user is bidding or watching.

Input parameters

This function takes the following input parameters:

ParameterTypeRequiredDefault valueDescription
name string "" String to be searched in domain names
state integer 0 State of auctions to show (deprecated and unused, please use 'status' parameter)
status string "active" Auction status (one of active, canceled, finished, waiting, paid, unpaid)
mystate integer 0 Select filter of auctions to show (0 - user is observer or bidder, 1 - user is observer, 2 - user is bidder, 3 - user is a bidder but not a winner, 4 - where user is winner)

Return value

The number of auctions where the user is bidding or watching (integer value).