How to get article's url source from the MEDIA_CHECK response

After getting response from https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId}/mediacheck/results , we can then get the article content by using article IDs and another POST API https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId}/mediacheck/results/content

However, for the articles where “articleSummary.contentType” is “newsroom”, we cannot get url source of the news. (Those where “articleSummary.contentType” are “url” are fine). Where can I get the url source of the article in the case where “articleSummary.contentType” is “newsroom”?

And apart from “newsroom” and “url”, is there other kinds of value at “articleSummary.contentType”?

Best Answer

  • ram.nitish
    Answer ✓

    Hi @boris.chan.

    We will include the information we receive from the source in the content. If the content is in HTML format, it needs to be rendered as HTML content.

    I hope this helps! If you need any further adjustments or have more questions, feel free to ask.


    Thanks,

    Ram.

Answers

  • Hi @boris.chan,

    Depending on the type of information available from the source, we will include the relevant details in the article content. This information could be presented in URL or HTML format. By doing so, we ensure that the content is comprehensive and accessible, providing users with direct links or embedded content as needed.

    Also, newsroom and URL are the only two values that we send in articleSummary.contentType field.

    Please find the details below

    1.jpg

    Thanks,

    Ram.

  • Hi Ram,

    Thanks for replying. While I know I can get the contentType at that position, what I want to know is when the contentType is "newsroom", can I still get the url of the article? Since without an url, I cannot point to the internet source of the article.