stackexchange api - How do I get the breakdown of a reputation score in the Reputation table of StackOverflow schema -
how breakdown of reputation score in reputation table of stackoverflow schema. example, user userid 1, total score in post table 6,036 reputation on 30,000. how breakdown of on 30,000 reputation score in reputation table?
as far know, can't. need calculate manually finding amount of upvotes, accepted answers , down votes he/she received. should keep in mind can gain reputation editing posts.
you can find querying votetypes table joined posts of user.
Comments
Post a Comment