Aukro WebAPI

doGetBidItem2

This method allows for loading publicly available information on all users who have participated in the given offer and made a purchase. List of names and user identifiers are available for users who have listed the given offer - others will see the mentioned data in an anonymous form.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. itemId | Long
    Offer identifier.
  1. biditemList | BidListStruct2[]
    Array of structures containing information on all buyers in an offer.
    1. bidsArray | String[]
  • ERR_AUCTION_KILLED
    You cannot load information on buyers because the offer has been removed by the site administrator.
  • ERR_INVALID_ITEM_ID
    Invalid offer identifier.
  • ERR_NO_DATABASE
    Problems with Allegro database.
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_WEBAPI_KEY_INACTIVE
    WebAPI key used to generate the session has been deactivated (the key owner has not accepted WebAPI User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.