For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
11 3 5 6

fields creationDate and modificationDate on synchronous screening

Hello,

We obtain the same dateTime value in each result of synchronous screening on the fields creationDate and modificationDate. What is the meaning of these fields on this resource ? In case of a new request identical to a previous one, the field modificationDate should not be greater than creationDate ?

Regards,
Cédric Lasbleiz

world-checkworld-check-one
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
4.2k 8 5 6

@cedric.lasbleiz

I have checked the JSON response posted on this question and see the "creationDate" and "modificationDate" of the all the matches to be exactly the same. Kindly point out the resultId were the dateTime value is different.

In order to view the "Entered Date" and "Updated Date", you have to call the API "SEQ-case-investigate-world-check-profile: Get a World-Check profile" using the referenceId. The attributes "creationDate" and "modificationDate" of the API call "SEQ-case-investigate-world-check-profile: Get a World-Check profile" would correspond the "Entered Date" and "Updated Date" respectively.

The "Entered Date" in the screenshot means the date when the WC profile to which a particular match belongs to, was first created.

Accordingly, the "Updated Date" in the screenshot means the date when the WC profile to which a particular match belongs to, was last updated.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
4.2k 8 5 6

@cedric.lasbleiz

When the result set is first generated due to syncScreening, creationDate and modificationDate is always the same.

The value of modificationDate changes only when there are changes made to the matches by the user or the system.

For example: If the match is resolved or a review is added to the match by the user, then the value of modificationDate would change and would be different than the creationDate.

Another scenario can be-If the screened case is enabled with Ongoing Screening and let us say after a week, there are new updates on the old matches due to OGS update, then the value of modificationDate of the match would change. That being said, if the OGS generate new matches on the OGS enabled screened case, then again the creationDate and the modificationDate would be the same.

In short, when the case is screened, the matches have the same creationDate and the modificationDate which reflects that no new action has been performed by the user or the system of these matches.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
11 3 5 6

Thank you for your response.

Is it possible to retrieve Entered date and Updated date in screening results like web page (in attachment) ?

The response below from world-check one api provide fields creationDate and modificationDate which seems to be different.

{
    "caseId": "aadb41d2-9f53-4d53-9016-9a2991a9b3aa",
    "results": [
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5dd",
            "referenceId": "e_tr_wcv_3761140",
            "matchStrength": "EXACT",
            "matchedTerm": "MARIA",
            "submittedTerm": "Maria",
            "matchedNameType": "PRIMARY",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_4"
            ],
            "categories": [
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "MARIA",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "UNKNOWN",
                    "country": {
                        "code": "ZZZ",
                        "name": "UNKNOWN"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [],
            "category": "VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5df",
            "referenceId": "e_tr_wcv_2751923",
            "matchStrength": "EXACT",
            "matchedTerm": "MARIA",
            "submittedTerm": "Maria",
            "matchedNameType": "AKA",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_405",
                "b_trwc_386",
                "b_trwc_62"
            ],
            "categories": [
                "Sanctions",
                "Sanctions",
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "MARIANA",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "MONGOLIA",
                    "country": {
                        "code": "MNG",
                        "name": "MONGOLIA"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "SIERRA LEONE",
                    "country": {
                        "code": "SLE",
                        "name": "SIERRA LEONE"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "8016835",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "EMBARGO VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e1",
            "referenceId": "e_tr_wcv_2751359",
            "matchStrength": "EXACT",
            "matchedTerm": "MARIA",
            "submittedTerm": "Maria",
            "matchedNameType": "PRIMARY",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_4"
            ],
            "categories": [
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "MARIA",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "UNKNOWN",
                    "country": {
                        "code": "ZZZ",
                        "name": "UNKNOWN"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "Unknown",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e5",
            "referenceId": "e_tr_wcv_1872512",
            "matchStrength": "EXACT",
            "matchedTerm": "MARIA",
            "submittedTerm": "Maria",
            "matchedNameType": "AKA",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_395",
                "b_trwc_133",
                "b_trwc_386",
                "b_trwc_62"
            ],
            "categories": [
                "Sanctions",
                "Other Bodies",
                "Sanctions",
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "MARIA III",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "TUVALU",
                    "country": {
                        "code": "TUV",
                        "name": "TUVALU"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "PANAMA",
                    "country": {
                        "code": "PAN",
                        "name": "PANAMA"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "UNKNOWN",
                    "country": {
                        "code": "ZZZ",
                        "name": "UNKNOWN"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "TANZANIA, UNITED REPUBLIC OF",
                    "country": {
                        "code": "TZA",
                        "name": "TANZANIA, UNITED REPUBLIC OF"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "IRAN, ISLAMIC REPUBLIC OF",
                    "country": {
                        "code": "IRN",
                        "name": "IRAN, ISLAMIC REPUBLIC OF"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "9615092",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "EMBARGO VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5ed",
            "referenceId": "e_tr_wcv_2406895",
            "matchStrength": "EXACT",
            "matchedTerm": "MARIA",
            "submittedTerm": "Maria",
            "matchedNameType": "AKA",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_133",
                "b_trwc_FIRSE-WC"
            ],
            "categories": [
                "Other Bodies",
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "LOUISA",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "PANAMA",
                    "country": {
                        "code": "PAN",
                        "name": "PANAMA"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "SAINT KITTS AND NEVIS",
                    "country": {
                        "code": "KNA",
                        "name": "SAINT KITTS AND NEVIS"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "9110626",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e3",
            "referenceId": "e_tr_wcv_4857444",
            "matchStrength": "STRONG",
            "matchedTerm": "MARA",
            "submittedTerm": "Maria",
            "matchedNameType": "PRIMARY",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_386",
                "b_trwc_62",
                "b_trwc_OFAC-VE13850"
            ],
            "categories": [
                "Sanctions",
                "Other Bodies",
                "Sanctions"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "MARA",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "SAINT VINCENT AND THE GRENADINES",
                    "country": {
                        "code": "VCT",
                        "name": "SAINT VINCENT AND THE GRENADINES"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "VENEZUELA, BOLIVARIAN REPUBLIC OF",
                    "country": {
                        "code": "VEN",
                        "name": "VENEZUELA, BOLIVARIAN REPUBLIC OF"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "9670999",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "EMBARGO VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e9",
            "referenceId": "e_tr_wcv_1324083",
            "matchStrength": "STRONG",
            "matchedTerm": "MARA",
            "submittedTerm": "Maria",
            "matchedNameType": "AKA",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_DPRK-WC",
                "b_trwc_62"
            ],
            "categories": [
                "Other Bodies",
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "JANAY",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "SYRIAN ARAB REPUBLIC",
                    "country": {
                        "code": "SYR",
                        "name": "SYRIAN ARAB REPUBLIC"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "TOGO",
                    "country": {
                        "code": "TGO",
                        "name": "TOGO"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "LEBANON",
                    "country": {
                        "code": "LBN",
                        "name": "LEBANON"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "7015509",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e7",
            "referenceId": "e_tr_wcv_1299402",
            "matchStrength": "STRONG",
            "matchedTerm": "MARIA F",
            "submittedTerm": "Maria",
            "matchedNameType": "PRIMARY",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_DPRK-WC"
            ],
            "categories": [
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "MARIA F",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "SYRIAN ARAB REPUBLIC",
                    "country": {
                        "code": "SYR",
                        "name": "SYRIAN ARAB REPUBLIC"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "7217016",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5eb",
            "referenceId": "e_tr_wcv_2792094",
            "matchStrength": "WEAK",
            "matchedTerm": "SANTA MARIA",
            "submittedTerm": "Maria",
            "matchedNameType": "AKA",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_4"
            ],
            "categories": [
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "SOLEVANT",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "KOREA, REPUBLIC OF",
                    "country": {
                        "code": "KOR",
                        "name": "KOREA, REPUBLIC OF"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "8104204",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        },
        {
            "resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5db",
            "referenceId": "e_tr_wcv_2206840",
            "matchStrength": "WEAK",
            "matchedTerm": "MYRIA",
            "submittedTerm": "Maria",
            "matchedNameType": "AKA",
            "secondaryFieldResults": [],
            "sources": [
                "b_trwc_4"
            ],
            "categories": [
                "Other Bodies"
            ],
            "creationDate": "2019-04-29T12:37:39.281Z",
            "modificationDate": "2019-04-29T12:37:39.281Z",
            "primaryName": "EBRA",
            "events": null,
            "countryLinks": [
                {
                    "countryText": "PANAMA",
                    "country": {
                        "code": "PAN",
                        "name": "PANAMA"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "COMOROS",
                    "country": {
                        "code": "COM",
                        "name": "COMOROS"
                    },
                    "type": "VESSELFLAG"
                },
                {
                    "countryText": "SAINT KITTS AND NEVIS",
                    "country": {
                        "code": "KNA",
                        "name": "SAINT KITTS AND NEVIS"
                    },
                    "type": "VESSELFLAG"
                }
            ],
            "identityDocuments": [
                {
                    "entity": null,
                    "number": "9044401",
                    "issueDate": null,
                    "expiryDate": null,
                    "issuer": null,
                    "type": null,
                    "locationType": {
                        "type": "INT-IMO",
                        "country": {
                            "code": "QQQ",
                            "name": "INTERNATIONAL"
                        },
                        "name": "IMO REGISTRATION NUMBER"
                    }
                }
            ],
            "category": "VESSEL",
            "providerType": "WATCHLIST",
            "gender": null
        }
    ]
}

wc.png


wc.png (507.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.