How to get Entered Date, Updated Date, Matched Date, displayed in WC1 UI in a single API call

Options

Is it possible to get the following fields, displayed for matches in the Refinitiv UI, in one single API call, rather than calling Get Results and Get Profile Details API: Entered Date Updated Date Matched Date Please refer attached for the above fields

image

Best Answer

  • Prabhjyot
    Prabhjyot LSEG
    Answer ✓

    @devops.kyc,

    Thank you for your query.

    As of now, there is no other endpoint to provide the requested information.

    In order to get these details via the API, you will have to use the API call - 'SEQ-case-investigate-results: Get screening results' . In the response of this API call, you will be able to see the below

    - Updated date will be "modificationDate" of the profile / match

    - Matched Date will be "creationDate" of the profile / match

    For the Entered Date, please use the API call - SEQ-case-investigate-world-check-profile: Get a World-Check profile, In the response of the API call, there will be - 'creationDate' and is the same as the Entered date.