This section details about the service APIs in the biometric types and biometric attributes modules
This service will create a biometric types which would be used in MOSIP platform.
POST /biometrictypes
Response code: 200 Ok
This service will fetch all the biometric types in MOSIP platform.
GET /biometrictypes
Response code: 200 Ok
This service will fetch all the biometric types based on id and language code.
GET /biometrictypes/{id}/{languagecode}
Response code: 200 Ok
Response code: 200 Ok
This service will fetch all the biometric types based on language code.
GET /biometrictypes/{languagecode}
Response code: 200 Ok
Response code: 200 Ok
This service will create a biometric attribute which will be used in the MOSIP platform.
POST /biometricattributes
Response code: 200 Ok
This service will fetch the list of biometric attributes using biometric attribute code and language code.
GET /biometricattributes/{biometricatributeid}/{languagecode}
Response code: 200 Ok
This service will provides fetch a list of Biometrics based on the biometric type and language code.
GET /getbiometricattributesbyauthtype/{languagecode}/{biometrictypeid}
Response code: 200 Ok
Response code: 200 Ok
Failure details
Resource Details | Description |
---|---|
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
Error Code | Error Message | Error Description |
---|---|---|
Resource Details | Description |
---|---|
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
Resource Details | Description |
---|---|
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
Error Code | Error Message | Error Description |
---|---|---|
Resource Details | Description |
---|---|
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
Error Code | Error Message | Error Description |
---|---|---|
Resource Details | Description |
---|---|
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
Resource Details | Description |
---|---|
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
Resource Details | Description |
---|---|
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
Error Code | Error Message | Error Description |
---|---|---|
Response format
JSON
Requires Authentication
Yes
biometrictype
Yes
Array of the biometric types
KER-MSD-105
Error occurred while inserting biometric type details
Insertion Exception
Response format
JSON
Requires Authentication
Yes
biometrictypeid
Yes
Code of the language
biometrictype
Yes
Name of the language
Response format
JSON
Requires Authentication
Yes
biometrictypeid
Yes
Code of the language
biometrictype
Yes
Name of the language
KER-MSD-005
Error occurred while fetching Biometric Types
Fetch Exception
KER-MSD-006
Biometric Type not found
Data not found
Response format
JSON
Requires Authentication
Yes
biometrictypeid
Yes
Code of the language
biometrictype
Yes
Name of the language
KER-MSD-005
Error occurred while fetching Biometric Types
Fetch Exception
KER-MSD-006
Biometric Type not found
Data not found
Response format
JSON
Requires Authentication
Yes
biometricattribute
Yes
Array of the biometric attributes
Response format
JSON
Requires Authentication
Yes
biometricatributeid
Yes
Code of the language
biometricattribute
Yes
Name of the language
Response format
JSON
Requires Authentication
Yes
biometrictypeid
Yes
Id of the biometric auth type
KER-MSD-004
BiometricAttribute not found
Data Not Found
KER-MSD-003
Error occurred while fetching BiometricAttributes
Fetch Issue
KER-APP-103
Error occurred while inserting BiometricAttributes
Insertion Issues