Aukro WebAPI

doMyFeedback2

This method allows for loading information on feedback of a logged-in user. By default, the list of 25 recent feedbacks is returned (those which have been left or received), sorted descending by time when they were left. The initial place to start loading the list of feedback can be controlled by using the offset parameter. If offer identifiers for which no feedbacks have been left are provided in the input array, these identifiers will be ignored and information will be returned only for those offers for which it is possible.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  2. feedbackType | String | required
    Type of returned feedback (fb_recvd - received feedback is returned, fb_gave - posted feedback is returned).
  3. offset | Integer
    Parameter which allows for setting the initial position to start loading the list of feedback. The parameter's value indicates feedback (taking into account the method of sorting the list - descending sort by the date of posting) to start loading the package of 25 feedbacks with (feedback is indexed from 0).
  4. desc | Integer
    Outdated parameter (it is required to enter any value appropriate for that parameter type).
  5. itemsArray | Long[]
    Array of offer identifiers (max. 100).
  1. myfeedbackList | MyFeedbackListStruct2[]
    Array of structures containing information on feedback left by a logged-in user.
    1. feedbackArray | String[]
      Array with returned information on feedback. Its fields contain:
      • identifier of a user leaving feedback,

      • identifier of a user receiving feedback,

      • date of leaving feedback,

      • type of feedback (1 - positive, 2 - negative, 3 - neutral),

      • feedback content,

      • offer identifier,

      • feedback identifier,

      • date of feedback reply,

      • content of feedback reply,

      • feedback recipient (BUYER - feedback left for buyer, SELLER - feedback left for seller),

      • username of a person leaving feedback,

      • score of a user leaving feedback,

      • country identifier of a user leaving feedback.
  • ERR_ITEMS_ARRAY_OVERSIZED
    The number of offer identifiers exceeds the acceptable limit (max. 100).
  • 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
    The WebAPI key has been deactivated (User Agreement not accepted).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.