Forum Discussion

VF_Sebastian's avatar
VF_Sebastian
Contributor
9 years ago

Using an API call to retrieve all users who have posted on a single thread

Hi everyone,

 

we were looking for an option to retrieve all users who have posted on a single thread: https://forum.vodafone.de/t5/Giga-Versprechen-Teste-gewinne/Giga-Versprechen-Teste-amp-gewinne/td-p/1302973/page/2

 

Unfortunately Lithium Social Intelligence just provides a limited list of 50 users.

 

Lithium-Support recommended to use a API call of, it is just one option.

 

1) Studio > API Browser > LiQL

Not be accessible by non-Lithium staff: https://forum-stage.vfd2-testnet.de/t5/bizapps/page/tab/community%3Astudio%3Aapi-browser

 

2) API Call: Select author.id FROM messages WHERE topic.id = 1302973

 

3) Results

 {

"status" : "success",
"message" : "",
"http_code" : 200,
"data" : {
"type" : "messages",
"list_item_type" : "message",
"size" : 0,
"items" : [ ]
},
"metadata" : { }
}

 

Due a commerical competition the list is very important for us.

 

Thanks!

Sebastian

No RepliesBe the first to reply