Forum Discussion
Hi VarunGrazitti,
Thanks for your reply.
The V2 call you mentioned returns a list of all the kudos given by the user along with the weight as follows:
{
"status" : "success",
"message" : "",
"http_code" : 200,
"data" : {
"type" : "kudos",
"list_item_type" : "kudo",
"size" : 25,
"items" : [ {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 15000
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
}, {
"type" : "kudo",
"weight" : 1
} ]
},
"metadata" : { }
}
But, I just need the current kudo weight of the user that users sets in the Preferences tab.
Is there any call for this?
Regards,
Madhu
Related Content
- 5 years agoInactive User
- 5 years ago