# Sample Response

## Response Example Version 2

```
{
    "status": "success",
    "messageCode": null,
    "message": null,
    "matchCount": 1,
    "matches": [
        {
            "qrCode": "873938",
            "version": 1666582026614,
            "resourceUri": "/individuals/c07699f03ed723eeb12669a681ffe269216929c2623d30ca73e63170af431fd6",
            "resourceId": "c07699f03ed723eeb12669a681ffe269216929c2623d30ca73e63170af431fd6",
            "firstName": "Mohd Najib",
            "middleName": "",
            "lastName": "Abdul Razak",
            "gender": "Male",
            "aliases": [
                {
                    "firstName": "Najib",
                    "middleName": "",
                    "lastName": "Abdul Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Najib",
                    "middleName": "",
                    "lastName": "Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohammad",
                    "middleName": "Najib bin Abdul",
                    "lastName": "Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohammad Najib",
                    "middleName": "bin",
                    "lastName": "Abdul Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohammad",
                    "middleName": "Najib bin",
                    "lastName": "Abdul Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohd Najib",
                    "middleName": null,
                    "lastName": "Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohammad Najib",
                    "middleName": null,
                    "lastName": "Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohd Najib",
                    "middleName": "bin",
                    "lastName": "Abdul Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohd",
                    "middleName": "Najib bin",
                    "lastName": "Abdul Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                },
                {
                    "firstName": "Mohd",
                    "middleName": "Najib bin Abdul",
                    "lastName": "Razak",
                    "type": "Name Spelling Variation",
                    "alias": null
                }
            ],
            ......
}
```

{% file src="/files/ew8JTCEHhliTJ0Iufrxu" %}
Response Example Version 2
{% endfile %}

## Response Example Version 1

```
{
  "id": 873938,
  "title": {
    "description": "None"
  },
  "alternativeTitle": null,
  "forename": "Mohd Najib",
  "middlename": null,
  "surname": "Abdul Razak",
  "dateOfBirth": "1953-07-23",
  "yearOfBirth": 1953,
  "dateOfDeath": null,
  "yearOfDeath": null,
  "isDeceased": false,
  "gender": "Male",
  "nationality": {
    "nationality": "Malaysian"
  },
  "imageURL": "https://secure.c6-intelligence.com/c6images/ari0201950/iHdkxRN4.png",
  "telephoneNumber": "+60 3-8882 3003",
  "faxNumber": "+60 3-8882 3054",
  "mobileNumber": "",
  "email": "najib@pmo.gov.my",
  "pepLevel": 1,
  "isPEP": true,
  "isSanctionsCurrent": false,
  "isSanctionsPrevious": false,
  "isLawEnforcement": true,
  "isFinancialregulator": false,
  "isDisqualifiedDirector": false,
  "isInsolvent": false,
  "isAdverseMedia": true,
  "addresses": [
    {
      "address1": "Level 12, Centre Block",
      "address2": "Ministry of Finance Complex Precinct 2 Federal Government Administrative Center",
      "address3": "",
      "address4": "",
      "city": "Putrajaya",
      "county": null,
      "postcode": "62592",
      "country": {
        "name": "Malaysia"
      }
    },
    {
      "address1": "Pejabat Perdana Menteri",
      "address2": "Blok Utama Bangunan Perdana Putra Pusat Pentadbiran Kerajaan Persekutuan",
      "address3": "",
      "address4": "",
      "city": "Putrajaya",
      "county": null,
      "postcode": "62502",
      "country": {
        "name": "Malaysia"
      }
    },
    {
      "address1": "No. 11 Langgak Duta Street, Taman Duta",
      "address2": "",
      "address3": "",
      "address4": "",
      "city": "",
      "county": "Kuala Lumpur",
      "postcode": "50480",
      "country": {
        "name": "Malaysia"
      }
    }
  ],
  .......
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okaydb/okaydb-all/aml-search/search-by-person-id/sample-response.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
