Aukro WebAPI

doGetBlackListUsers

This method allows for loading a list of users added to blacklists by the logged-in user.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. extendedInfo | Integer
    If value is set (to 1) result contains date of adding user to blacklist and note entered in adding form.
  1. blackListUsers | BlackListStruct[]
    Array of structures containing information on users added to the blacklist.
    1. userId | Long
      User identifier.
    2. userLogin | String | required
      Username.
    3. userRating | Integer
      User's score.
    4. userCountry | Integer
      User's country.
    5. userAddedToBlacklistDate | Long
      Value returned only if extendedInfo in request is set. Date when user was added to blacklist.
    6. userBlackListNote | String
      Value returned only if extendedInfo in request is set. Note in blacklist for user.
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_WEBAPI_KEY_INACTIVE
    The session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.