GET api/Fingerprints/GetallFingerprints/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "driver_id": 1,
    "Driver_name": "sample string 2",
    "driver_code": "sample string 3",
    "fingerprint": true
  },
  {
    "driver_id": 1,
    "Driver_name": "sample string 2",
    "driver_code": "sample string 3",
    "fingerprint": true
  },
  {
    "driver_id": 1,
    "Driver_name": "sample string 2",
    "driver_code": "sample string 3",
    "fingerprint": true
  }
]