Forum Discussion
nathan
12 years agoExecutive
Thanks Noaman for the response.
I have been able to pull now the messages for the user specified with that api call you provided.
However I'm more concerned in being able to target complete threads created by this specific user and getting the responses (messages) provided by other users in those threads. I would then like to target them messages within those threads.
With regards to the tag searching, I have attempted:
restapi/vc/tagging/for/users/id/[id]/tags/related/all - this allows me to obtain tags related to the user.
restapi/vc/search/messages?q=tag1:[tag]+tags:[tag2] - this will search for messages based on the specified tags but I am unable to also specify a specific user.
restapi/vc/tagging/for/tags/text/[tag]/messages/top - this works only for one tag and I am unable to use multiple tags here.
Hope this is makes it more clear to what I am trying to achieve.
Thanks,
Kash
I have been able to pull now the messages for the user specified with that api call you provided.
However I'm more concerned in being able to target complete threads created by this specific user and getting the responses (messages) provided by other users in those threads. I would then like to target them messages within those threads.
With regards to the tag searching, I have attempted:
restapi/vc/tagging/for/users/id/[id]/tags/related/all - this allows me to obtain tags related to the user.
restapi/vc/search/messages?q=tag1:[tag]+tags:[tag2] - this will search for messages based on the specified tags but I am unable to also specify a specific user.
restapi/vc/tagging/for/tags/text/[tag]/messages/top - this works only for one tag and I am unable to use multiple tags here.
Hope this is makes it more clear to what I am trying to achieve.
Thanks,
Kash
nathan
12 years agoExecutive
Using a combined search for user based messages and specified tags I have managed to get what is required.
The following api call is now used:
restapi/vc/search/messages?author_id=[tag]&q=tags:[tag]&restapi.format_detail=full_list_element
Thanks
The following api call is now used:
restapi/vc/search/messages?author_id=[tag]&q=tags:[tag]&restapi.format_detail=full_list_element
Thanks
- NoamanA12 years agoLithium Alumni (Retired)
Glad you managed to sort it out!
Regards
Noaman
Related Content
- 3 years ago
- 2 months ago
- 5 months ago
- 6 months ago