Skip to main content

BiometricDataApi

All URIs are relative to http://localhost

MethodHTTP requestDescription
getBiometricFaceDataByUUIDGET /biometric-data/face/uuid/Get image's information by UUID
getBiometricFingerDataByUUIDGET /biometric-data/finger/uuid/Get finger's information by UUID
getBiometricVoiceDataByUUIDGET /biometric-data/voice/uuid/Get voice's information by UUID

getBiometricFaceDataByUUID​

BiometricFaceData getBiometricFaceDataByUUID(uuid, width, height, max-bytes)

Get image's information by UUID

Parameters​

NameTypeDescriptionNotes
uuidStringUUID to search image by. (UUID is unique generated by the DB)[default to null]
widthIntegerAdjust image width[optional] [default to 0]
heightIntegerAdjust image height[optional] [default to 0]
max-bytesIntegerAdjust jpeg quality to fit into the maximum bytes[optional] [default to 0]

Return type​

BiometricFaceData

Authorization​

admin-basic, admin-oauth

HTTP request headers​

  • Content-Type: Not defined
  • Accept: application/json, /

getBiometricFingerDataByUUID​

BiometricFingerData getBiometricFingerDataByUUID(uuid)

Get finger's information by UUID

Parameters​

NameTypeDescriptionNotes
uuidStringUUID to search biometric finger by. (UUID is unique generated by the DB)[default to null]

Return type​

BiometricFingerData

Authorization​

admin-basic, admin-oauth

HTTP request headers​

  • Content-Type: Not defined
  • Accept: application/json, /

getBiometricVoiceDataByUUID​

BiometricVoiceData getBiometricVoiceDataByUUID(uuid)

Get voice's information by UUID

Parameters​

NameTypeDescriptionNotes
uuidStringUUID to search biometric voice by. (UUID is unique generated by the DB)[default to null]

Return type​

BiometricVoiceData

Authorization​

admin-basic, admin-oauth

HTTP request headers​

  • Content-Type: Not defined
  • Accept: application/json, /