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”?