Result

post/v1/pep_adv/results

Request body

search_idstring required
exactboolean
score_filterinteger
name_score_filterinteger
jurisdictionstring

PAN_INDIA,DISTRICT,STATE

Response

200

statusstring
totalinteger
pan_resultsboolean

Example response

{
  "status": "COMPLETED",
  "results": [
    {
      "source_details": {
        "source": "Gram Panchayat",
        "country": "India",
        "continent": "Asia",
        "global_source_type": "pep india",
        "micro_source_type": "Gram Panchayat",
        "parent_url": "https://gpdp.nic.in/sarpanchWithDetailsReport.html"
      },
      "name": "kanchan yadav",
      "address": "Dattipur, Bhadohi, Sant Ravidas Nagar, Uttar Pradesh",
      "state": "UTTAR PRADESH",
      "district": "SANT RAVIDAS NAGAR",
      "uniq_case_id": "c0b9279bd80880402fa1cf70ac0084c4",
      "link": "https://sisypheans.s3-ap-south-1.amazonaws.com/8663ec00dc40be740f059b25cea85470",
      "search_id": "bf8f3d6586dc40f78ffe2f8a554f737d",
      "score": 97,
      "match_type": "EXACT",
      "designation": "Sarpanch",
      "mobile_no": "94XXXXXX80",
      "address_match_type": "DISTRICT"
    }
  ],
  "total": 2
}