Count User Received Stars

Returns number of stars that user received.

Role

All

Method

GET 

URL

/api/v2/users/:userId/stars/count 

URL parameters

Parameter Name Type Description
userId Number User ID

Query parameters

Parameter Name Type Description
since String after the given date (yyyy-MM-dd)
until String before the given date (yyyy-MM-dd)

Response example

Status Line / Response Header

HTTP/1.1 200 OK 
Content-Type:application/json;charset=utf-8 

Response Body

{ 
    "count":54 
}