Description

The Auctioneer Data call reports on Auctioneer reference data within the bidlogix system. For example, this will provide a list of auctioneers within this webapp including information such as the IDs of the auctioneers, the IDs any live auctions under those auctioneers, 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 for more information on results. 


URL

https://your_bidlogix_domain/auction-mgt/bdxapi/auctioneers?clientId=your_bidlogix_client_id


Method

Http Method: GET


Security

See Bidlogix API


Query String Parameters

See Query String Parameters.


Success Response

For example

/auction-mgt/bdxapi/auctioneers?clientId=1

{"pushCode":"AUCTION_REFERENCE","models":{"auctioneerReferenceModel":{"@class":".BackboneCollectionModel","collection":[{"@class":".auctionreference.AuctioneerReferenceModel","id":1,"name":"Apex UK"}]}},"webAppContext":"1"}

Error Response

Code: 401 UNAUTHORIZED 

 Example: { error : "Log in" }

Code: 422 Unprocessable Entry 

Example: { error : ["<field_name>"] }