How to get MediaCheck results with only English articles?

How to get MediaCheck results that filtered by language? Please, provide an example of API call.

Best Answer

  • prabhjyot.mandla
    Answer ✓

    @mturchin,

    Media Check results is available in the v2 version of the API. You may use the following API call to fetch the Media Check request via the API.

    API call - 'SEQ-case-mediacheck-search-results: Retrieve MediaCheck search results'

    Endpoint - /v2/cases/{{case-system-id}}/mediacheck/results

    The above endpoint will provide you the list of all the Media Check articles related to the screened entity.

    Filtering Media Check article by language is not an offered feature as of now.