Ramunas Jurgilas • about 15 years ago
Topic ID's
Hello,
Where I can found all possible topicid's? And which topicid is for flu?
Best regards,
Ramunas
Comments are closed.
Ramunas Jurgilas • about 15 years ago
Hello,
Where I can found all possible topicid's? And which topicid is for flu?
Best regards,
Ramunas
Comments are closed.
1 comment
Joel Serbinski • about 15 years ago
The topicid for "Influenza" is 26829.
I have not searched out a topic list, but you can call the api with no filter and then troll the output for topicid elements.
i.e. <content:Topic TopicId="26817" TopicName="Immunization"/>
Most of the articles have a group of related topics contained in:
<content:Topics Scheme="CDC">
<content:Topic TopicId="26880" TopicName="Nutrition"/>
</content:Topics>
So then you could display a list of related topics of the article displayed to the user and if the user clicks on a related topic, do a search on that topic through the api.
Hope that helps!