Watchlist - DMF Search

Retrieve a comprehensive list and detailed information of the searched data.

  • The "RID" refers to the unique record ID
  • the "ID" represents the unique entity or submission ID.
{
    "success_message": "Record found",
    "pagination": {
        "total_records": 1,
        "count": 1,
        "page_size": 10,
        "total_pages": 1,
        "current_page": 1,
        "order": "desc"
    },
    "data": {
        "id": 591,
        "created_by": "compliancely",
        "source": "dmf",
        "status": "Found",
        "created_at": "2024-09-17T07:27:56.564332Z",
        "updated_at": "2024-09-17T08:23:09.410621Z",
        "request_data": {
            "ssn": "XXXX3463",
            "lastname": "",
            "firstname": "",
            "dateofbirth": "",
            "dateofdeath": "",
            "yearofbirth": "",
            "yearofdeath": ""
        },
        "results": [
            {
                "id": 98070,
                "ssn": "XXXXX3463",
                "fullname": "MXXX XXXHUK",
                "dateofbirth": "09-06-1893",
                "dateofdeath": "03-00-1979"
            }
        ]
    },
    "success": true
}
{
    "success_message": "Record found",
    "pagination": {
        "total_records": 193,
        "count": 10,
        "page_size": 10,
        "total_pages": 20,
        "current_page": 1,
        "order": "desc"
    },
    "data": {
        "id": 367,
        "created_by": "compliancely",
        "source": "dmf",
        "status": "Found",
        "created_at": "2022-06-11T06:00:02.331153Z",
        "updated_at": "2022-06-18T09:26:49.321197Z",
        "request_data": {
            "ssn": "",
            "lastname": "",
            "firstname": "laden",
            "dateofbirth": "",
            "dateofdeath": "",
            "yearofbirth": "",
            "yearofdeath": ""
        },
        "results": [
            {
                "id": 95206,
                "ssn": "XXXXX7207",
                "fullname": "LADXXXXX XXXXXPP",
                "dateofbirth": "08-17-1916",
                "dateofdeath": "02-19-2007"
            },
            {
                "id": 95205,
                "ssn": "XXXXX6011",
                "fullname": "LAXXXXX CARPXXXXX",
                "dateofbirth": "06-11-1945",
                "dateofdeath": "10-02-2023"
            },
            ...
        ]
    },
    "success": true
}
{
    "success_message": "Total 6 record(s) found",
    "pagination": {
        "total_records": 6,
        "count": 2,
        "page_size": 2,
        "total_pages": 3,
        "current_page": 1,
        "order": "asc"
    },
    "data": [
        {
            "id": 2,
            "created_by_user": "compliancely",
            "source": "dmf",
            "status": "Error",
            "crawler_count": 0,
            "created_at": "2023-09-18T08:08:31.759198Z",
            "updated_at": "2023-09-18T08:08:45.507531Z",
            "is_cleared": false,
            "request_data": {
                "ssn": "",
                "lastname": "",
                "firstname": "laden",
                "dateofbirth": "",
                "dateofdeath": "",
                "yearofbirth": "",
                "yearofdeath": ""
            }
        },
        {
            "id": 3,
            "created_by_user": "compliancely",
            "source": "dmf",
            "status": "Error",
            "crawler_count": 0,
            "created_at": "2023-09-18T08:08:41.727504Z",
            "updated_at": "2023-09-18T08:08:51.025984Z",
            "is_cleared": false,
            "request_data": {
                "ssn": "",
                "lastname": "",
                "firstname": "laden",
                "dateofbirth": "",
                "dateofdeath": "",
                "yearofbirth": "",
                "yearofdeath": ""
            }
        }
    ],
    "success": true
}
{
    "detail": "Invalid token header. No credentials provided."
}
{
    "detail": "Invalid token."
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "errors": [
        {
            "code": "permission_message",
            "message": "Do not have permission to access this feature, Please contact support"
        }
    ],
    "data": {},
    "success": false
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!