Forum Discussion

dhiraj_gophane's avatar
10 years ago

Discrepancy in Rest call values for kudos

Hi All,

 

I'm getting two different values for kudos received count using following APIs. Can anyone help me to understand what type of values below APIs returns.

 

1. /users/id/<user_id>/kudos/received/count

2. /users/id/<user_id>/metrics

 

Please let me know your comments.

thank you.

 

Regards,

Dhiraj

  • dhiraj_gophane - Which value are you looking at in the /metrics call? I am getting the exact same data in both the calls.

     

    For /restapi/vc/users/id/68/kudos/received/count
     
    <response status="success">
    <value type="int">265</value>
    </response>
     
    /restapi/vc/users/id/68/metrics
     
    <metric name="net_kudos_weight_received" type="long">265</metric>