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

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -