Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 850 Bytes

Police and police station.md

File metadata and controls

61 lines (45 loc) · 850 Bytes

Police/user

/police/get

Body

{
    "id": "WBN123556790" // This id is for Roshan
}

Debajyoti’s ID : “WBN123556788”

Success Response :

{
  "policeStation": "Belghoria Police Station",
  "post": "Chief Officer",
  "number": "+916299511009",
  "id": "WBN123556790",
  "name": "Roshan Kumar",
  "age": 31,
}

Get Specific attributes :

Coming soon….

Get Notifications ( Home page ) get-police-station-notifications

Body

{
  "policeStation" : "Belghoria Police Station"
}

Debajyoti’s ID : “WBN123556788”

Success Response :

{
  "stationId": "belghoria-police-station",
  "trackDetails": [
    {
      "timeStamp": 1673174355298,
      "number": "BR31L2411",
      "location": "Test location"
    }
  ]
}

Get Specific attributes :

Coming soon….