This Choreo retrieves a user's influencers and influencees. The documentation for this Klout method can be found here. Here's an example of acceptable inputs:
APIKey: {YOUR KLOUT API KEY}
KloutID: 54887627490056592
The following shows sample output returned from this Choreo:
{
"myInfluencers": [
{
"entity": {
"id": "902675",
"payload": {
"kloutId": "902675",
"nick": "SU2C",
"score": {
"score": 79.23410828511071
},
"scoreDeltas": {
"dayChange": 0.09150645570528582,
"weekChange": 0.41699638914157333,
"monthChange": -0.043470975378724575
}
}
}
},
{
"entity": {
"id": "39969451458409708",
"payload": {
"kloutId": "39969451458409708",
"nick": "PaleGirlSPEAKS",
"score": {
"score": 56.2825802165574
},
"scoreDeltas": {
"dayChange": 0.28890050723962446,
"weekChange": 0.7910818752411615,
"monthChange": 2.4878843812352045
}
}
}
},
{
"entity": {
"id": "26458652576463421",
"payload": {
"kloutId": "26458652576463421",
"nick": "simoneem",
"score": {
"score": 26.05257517164894
},
"scoreDeltas": {
"dayChange": -0.19149930193432851,
"weekChange": -1.6605956557390513,
"monthChange": 1.2298887362959334
}
}
}
}
],
"myInfluencees": [
{
"entity": {
"id": "122723100266311966",
"payload": {
"kloutId": "122723100266311966",
"nick": "jeffackels",
"score": {
"score": 27.069013722896344
},
"scoreDeltas": {
"dayChange": -0.15278496011802645,
"weekChange": -0.8339872626518172,
"monthChange": 11.9973557092233
}
}
}
},
{
"entity": {
"id": "41376826342922150",
"payload": {
"kloutId": "41376826342922150",
"nick": "SteveCarellOrg",
"score": {
"score": 16.599211749885164
},
"scoreDeltas": {
"dayChange": 0.00044962228050593467,
"weekChange": -1.716682065660784,
"monthChange": -3.9254017448924046
}
}
}
},
{
"entity": {
"id": "113152950720893714",
"payload": {
"kloutId": "113152950720893714",
"nick": "siddheshswnt",
"score": {
"score": 15.956500537084537
},
"scoreDeltas": {
"dayChange": -0.00017804783758634812,
"weekChange": -0.0013964390381673297,
"monthChange": -0.0062909636964150195
}
}
}
},
{
"entity": {
"id": "43347151179365136",
"payload": {
"kloutId": "43347151179365136",
"nick": "riancho528",
"score": {
"score": 15.128904523046828
},
"scoreDeltas": {
"dayChange": -0.0002547471044209715,
"weekChange": -0.0019978020079136627,
"monthChange": -0.009000785032540648
}
}
}
},
{
"entity": {
"id": "130604399798312210",
"payload": {
"kloutId": "130604399798312210",
"nick": "pbean30",
"score": {
"score": 15.026813589565627
},
"scoreDeltas": {
"dayChange": 0.0006267219943012492,
"weekChange": -0.16507079701501226,
"monthChange": 5.026813589565627
}
}
}
}
],
"myInfluencersCount": 3,
"myInfluenceesCount": 25
}