.. index:: UserStatistics .. _user-statistics: User statistics =============== Endpoint to retrieve statistics about an user. Fields ------ Below are listed the specific statistics that are returned: .. apifields:: .. apifield:: :name: numberOfSoiViews :type: int :constraints: positive :required: true :updateable: false :writable: false The number of times the Seller Other Items page (SOI) has been viewed. By default, this returns the total number of views since registration of the user. The period for which the number of views is displayed can be controlled using the startDate and endDate query parameters, which accept a date of the format yyyy-MM-dd. Reference --------- .. endpoint:: GET /v1/users/{userId}/statistics Retrieve statistics for a specific user Examples -------- .. include:: examples/get-user-statistics-example.rst