Description
The Auction Data call reports on auction reference data within the Bidlogix system. For example, this will provide a list of auctions that are currently live in bidlogix, including the number of items in this auction, its start time, default currency, etc. It uses Http Method: GET.
The API must be structured correctly and have the correct security in place. See also Common API Errors.
See Status Codes and Common Data documents for more information on results.
URL
https: //your_bidlogix_domain/auction-mgt/bdxapi/auctions/{auctioneerId}[/{type}]?clientId=your_bidlogix_client_id |
Key
{auctioneerId} : the id of an auctioneer.
{type} : optional parameter one of [timed, webcast, market].
Method
Http Method: GET
Security
See API Security - Generating your Signature
Query String Parameters
See String Query Parameters.
Success Response
Example 1: /auction-mgt/bdxapi/auctions/1?clientId=1
|
Example 2: /auction-mgt/bdxapi/auctions/1/market?clientId=1
|
Error Response
Code: 401 UNAUTHORIZED
Example: { error : "Log in" }
Code: 422 Unprocessable Entry
Example: { error : ["<field_name>"] }