Aukro WebAPI
doGetBlackListUsers
This method allows for loading a list of users added to blacklists by the logged-in user.
-
sessionHandle | String | required
User's session identifier received using the doLogin(Enc) method. -
extendedInfo | Integer
If value is set (to 1) result contains date of adding user to blacklist and note entered in adding form.
-
blackListUsers | BlackListStruct[]
Array of structures containing information on users added to the blacklist.-
userId | Long
User identifier. -
userLogin | String | required
Username. -
userRating | Integer
User's score. -
userCountry | Integer
User's country. -
userAddedToBlacklistDate | Long
Value returned only if extendedInfo in request is set. Date when user was added to blacklist. -
userBlackListNote | String
Value returned only if extendedInfo in request is set. Note in blacklist for user.
-
userId | Long
-
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.