Hello,
Is there any information accessible via WC1 API related to negative media linked to a profile ? Example: Profile or case field indicating that there is a negative media linked to it.
Regards
Hello,
Is there any information accessible via WC1 API related to negative media linked to a profile ? Example: Profile or case field indicating that there is a negative media linked to it.
Regards
Yes, you can access negative news information about the entity using the API call "
SEQ-case-investigate-world-check-profile: Get a World-Check profile".
You can find the negative information in the attribute "detailType":REPORTS under the array "details". Please find the JSON example below:
"details":
{
"detailType": "REPORTS",
"text": " Aug 2013 - lawsuit filed by New York Attorney General for alleged illegal business practices related to The Trump Entrepreneur Institute. Claims the lawsuit is false. Mar 2016 - summary judgement granted by the state Supreme Court.
"title": "REPORTS"
}
Also, you can find the news regarding the entity not necessarily negative under the array "webLinks" using the API call "SEQ-case-investigate-world-check-profile: Get a World-Check profile". This is the same information that you would see under the tab "Sources" in the WC UI.
"weblinks": [
{
"caption": null,
"uri": "http://www.cnn.com/2016/07/19/politics/donald-trump-republican-nomination-2016-election/",
"tags": []
},
{
"caption": null,
"uri": "http://www.foxnews.com/politics/2018/02/27/trump-names-brad-parscale-as-campaign-manager-for-2020-re-election-bid.html",
"tags": []
},
{
"caption": null,
"uri": "http://www.haaretz.com/us-news/1.766220",
"tags": []
}]