•   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

  • 1 comment

  •   •   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!
     

Comments are closed.