Document APIs
Last updated
Was this helpful?
Last updated
Was this helpful?
This section contains detail about the service APIs for Document Master data.
These APIs include create, update, fetch, search and filter which are used by the administrator portal. Create and update APIs are used for the create and updating document category functionality. Search API is used by the portal to fetch the list of document categories based on a filter criterion to display the list of document categories on the UI and filter API is used to populate document category filter drop-downs on the portal UI. Fetch API of document category are used by Pre-Registration UI to display the list of document categories for the applicant to view and by the ID Object validator to validate the document category received in the packet in Registration processor.
These APIs include create, update, fetch, search and filter which are used by the administrator portal. Create and update APIs are used for the create and update document type functionality. Search API is used by the portal to fetch the list of document types based on a filter criterion to display the list of document types on the UI and filter API is used to populate document types filter drop-downs on the portal UI. Fetch API of document type is used by Pre-Registration UI to display the list of document types for the applicant to view and select and by the ID Object validator to validate the document type received in the packet in Registration processor.
These APIs includes the map, unmap, search and filter which are used by the administrator portal. Map and un-map APIs are used by the portal to create and remove mapping of document category and document type. Search API is used by the portal to fetch the mappings of document categories and document types based on a filter criterion to display the list of mappings on the UI. Filter API is used to populate document mappings filter drop-downs on the portal UI.
This service will create the list of Documents Category which are used in the MOSIP platform.
POST /documentcategories
Response format
JSON
Requires Authentication
Yes
code
Yes
Document category code
description
optional
document description
isActive
Yes
is active or not
langCode
Yes
language code
name
Yes
Document category name
Response code: 200 Ok
This service will create the list of Documents Category which are used in the MOSIP platform.
PUT /documentcategories
Response format
JSON
Requires Authentication
Yes
code
Yes
Document category code
description
optional
document description
isActive
Yes
is active or not
langCode
Yes
language code
name
Yes
Document category name
Response code: 200 Ok
This service will provides the service for the List of documents categories.
GET /documentcategories
Response format
JSON
Requires Authentication
Yes
-NA-
Response code: 200 Ok
This service will provides the service for the List of documents categories.
GET /documentcategories/{code}/{langcode}
Response format
JSON
Requires Authentication
Yes
-NA-
Response code: 200 Ok
This service will provides the service for the List of documents categories based on the passed langcode.
GET /documentcategories/{langcode}
Response format
JSON
Requires Authentication
Yes
-NA-
Response code: 200 Ok
This service will provides the service to delete documents categories based on the passed given code.
DELETE /documentcategories/{code}
Response format
JSON
Requires Authentication
Yes
-NA-
Response code: 200 Ok
This service is for the registration centers search functionality. All the filter parameters are passed and the Documents Category are searched and the matching results are returned.
POST /documentcategories/search
Response format
JSON
Requires Authentication
Yes
filters
No
Array of the filter applied. In case of "list" screen, this array will be empty
-NA-
columnName
No
The column name in the JSON response
-NA-
type
No
The value have to be in ["contains","equals","startsWith","between"]
-NA-
value
No
Value or id selected in the filter by the end user
-NA-
fromValue
No
If the type is "between", this field is the value of the startRange
-NA-
toValue
No
If the type is "between", this field is the value of the endRange
-NA-
languagecode
Yes
Language code in Language code in ISO 639-2 format
sort
No
This is an array of the sort field and type
sortfield
The field on which the sort is applied
modifiedDate
sorttype
This should be either of ['ASC','DESC']
ASC
pagination
The pagination parameter object
pageStart
This is the start index
0
10
pageFetch
This is the amount of records to be fetched
10
10
Please find the filter columns used in search
Name
Status
Response code: 200 Ok
This service returns the filter values which are required in the dropdown entries of the filter screen.
POST /documentcategories/filtervalues
Response format
JSON
Requires Authentication
Yes
filters
No
Array of the filter applied. In case of "list" screen, this array will be empty
-NA-
columnName
No
The column name in the JSON response
-NA-
type
No
The value have to be in ["unique","all"]
unique
unique
languagecode
Yes
Language code in Language code in ISO 639-2 format
Response code: 200 Ok
Response code: 200 Ok
KER-MSD-013
Error occurred while fetching Document Category details
Fetch Issue
KER-MSD-051
Error occurred while inserting Document Category details
Insertion Issue
KER-MSD-014
Document Category not found
Data Not Found
KER-MSD-089
Error occurred while updating Document Category details
Update Issue
KER-MSD-090
Error occurred while deleting Document Category details
Deletion Issue
KER-MSD-123
Cannot delete dependency found
Deletion Issue because of dependency
POST /documenttype
Response format
JSON
Requires Authentication
Yes
code
Yes
Code of document type
name
Yes
Name of the document type
description
Yes
Description of the document type
langCode
Yes
Language code of the document type
isActive
Yes
Active field of the document type
Response code: 200 Ok
Response code: 200 Ok
KER-MSD-500
Internal Server Error
If system error occurs
KER-ATH-403
Forbidden
If unauthorized role detected
KER-ATH-401
Authentication Failed
If no role/invalid token is detected
KER-MSD-101
Error occurred while inserting application details
This service will update the list of Documents types which are used in the MOSIP platform.
PUT /documenttype
Response format
JSON
Requires Authentication
Yes
code
Yes
Code of document type
name
Yes
Name of the document type
description
Yes
Description of the document type
langCode
Yes
Language code of the document type
isActive
Yes
Active field of the document type
Response code: 200 Ok
Response code: 200 Ok
KER-MSD-500
Internal Server Error
If system error occurs
KER-ATH-403
Forbidden
If unauthorized role detected
KER-ATH-401
Authentication Failed
If no role/invalid token is detected
KER-MSD-091
Error occurred while updating application details
KER-MSD-118
Document Type not found
This service will provides the service for the valid doucment type avialbale for specific Document Category code
GET /documenttypes/{documentcategorycode}/{langcode}
Response format
JSON
Requires Authentication
Yes
documentcategorycode
Yes
Code of document category
langcode
Yes
language code
Response code: 200 Ok
This service will provides the service for the List of documents types.
GET /documentcategorytypes
Response format
JSON
Requires Authentication
Yes
-NA-
-NA-
Response code: 200 Ok
This service will give back the document category and it's corresponding category types based on Individual type code, Age group type code and Gender type code.
GET /doccattypes
Response format
JSON
Requires Authentication
Yes
individualtypecode
Yes
Code of Individual type
agegrouptypecode
Yes
Code of Age group type
gendertypecode
Yes
Code of Gender type
Response code: 200 Ok
This service checks the mapping between the Applicant type code, Document category and the Document type mapping. Result message will be success, if the mapping exists.
GET /checkapptypedoccattypedoctype
Response format
JSON
Requires Authentication
Yes
applicanttypecode
Yes
Code of Individual type
documentcategorycode
Yes
Code of Age group type
documenttypecode
Yes
Code of Document type
Response code: 200 Ok
This service is for the document type search functionality. All the filter parameters are passed and the document type are searched and the matching results are returned.
POST /documenttypes/search
Response format
JSON
Requires Authentication
Yes
filters
No
Array of the filter applied. In case of "list" screen, this array will be empty
-NA-
columnName
No
The column name in the JSON response
-NA-
type
No
The value have to be in ["contains","equals","startsWith","between"]
-NA-
value
No
Value or id selected in the filter by the end user
-NA-
fromValue
No
If the type is "between", this field is the value of the start range
-NA-
toValue
No
If the type is "between", this field is the value of the end range
-NA-
languagecode
Yes
Language code in Language code in ISO 639-2 format
sort
No
This is an array of the sort field and type
sortfield
The field on which the sort is applied
modifiedDate
sorttype
This should be either of ['ASC','DESC']
ASC
pagination
The pagination parameter object
pageStart
This is the start index
0
10
pageFetch
This is the amount of records to be fetched
10
10
code
["contains","equals","startsWith"]
status
["contains","equals","startsWith"]
Response code: 200 Ok
This service returns the filter values which are required in the dropdown entries of the filter screen.
POST /documenttypes/filtervalues
Response format
JSON
Requires Authentication
Yes
filters
No
Array of the filter applied. In case of "list" screen, this array will be empty
-NA-
columnName
No
The column name in the JSON response
-NA-
type
No
The value have to be in ["unique","all"]
unique
unique
languagecode
Yes
Language code in Language code in ISO 639-2 format
Response code: 200 Ok
KER-MSD-015
Error occurred while fetching Document Types
KER-MSD-052
Error occurred while inserting Document Type details
KER-MSD-118
Document Type not found
KER-MSD-091
Error occur while updating Document Type details
KER-MSD-124
Cannot delete dependency found
KER-MSD-092
Error occurred while deleting Document Type details
This API fetches all the valid documents based on language code.
GET /validdocuments/{languagecode}
Response format
JSON
Requires Authentication
Yes
languagecode
Yes
Language code in ISO 639-2
-NA-
fra
Response code: 200 Ok
Response code: 200 Ok
GET /validdocuments/{docCategoryCode}/{languagecode}
Response format
JSON
Requires Authentication
Yes
languagecode
Yes
Language code in ISO 639-2
-NA-
fra
Response code: 200 Ok
Response code: 200 Ok
This service is for the valid document search functionality. All the filter parameters are passed and the valid document are searched and the matching results are returned.
POST /validdocuments/search
Response format
JSON
Requires Authentication
Yes
filters
No
Array of the filter applied. In case of "list" screen, this array will be empty
-NA-
columnName
No
The column name in the JSON response
-NA-
type
No
The value have to be in ["contains","equals","startsWith","between"]
-NA-
value
No
Value or id selected in the filter by the end user
-NA-
fromValue
No
If the type is "between", this field is the value of the start range
-NA-
toValue
No
If the type is "between", this field is the value of the end range
-NA-
languagecode
Yes
Language code in Language code in ISO 639-2 format
sort
No
This is an array of the sort field and type
sortfield
The field on which the sort is applied
modifiedDate
sorttype
This should be either of ['ASC','DESC']
ASC
pagination
The pagination parameter object
pageStart
This is the start index
0
10
pageFetch
This is the amount of records to be fetched
10
10
Response code: 200 Ok
This service returns the filter values which are required in the dropdown entries of the filter screen.
POST /validdocuments/filtervalues
Response format
JSON
Requires Authentication
Yes
filters
No
Array of the filter applied. In case of "list" screen, this array will be empty
-NA-
columnName
No
The column name in the JSON response
-NA-
type
No
The value have to be in ["unique","all"]
unique
unique
languagecode
Yes
Language code in Language code in ISO 639-2 format
Response code: 200 Ok
KER-MSD-071
Exception during inserting data into db
Insertion Issue
KER-MSD-016
Valid document not found
Data Not Found
KER-MSD-113
Error occurred while deleting a mapping of Document Category and Document Type details
Deletion Issue
KER-MSD-XXX
Error occurred while fetching Document Categories and Document Types
Fetching Issue
This service is for the valid document mapping category with document category with document type code.
POST /validdocuments/map/{doccategorycode}/{doctypecode}
Response format
JSON
Requires Authentication
Yes
doccategorycode
Yes
document category code
-NA-
doctypecode
Yes
document type code
-NA-
Response code: 200 Ok
Response code: 200 Ok
KER-MSD-500
Internal Server Error
If system error occurs
KER-ATH-403
Forbidden
If unauthorized role detected
KER-ATH-401
Authentication Failed
If no role/invalid token is detected
KER-MSD-071
Exception during inserting data into DB
If any error occur from database
KER-MSD-360
Document Type is already mapped to the received Document Category
If document type is already mapped to document category
KER-MSD-361
Document Category Code %s - Document Type %s Mapping does not exist
If the mapping document doesn't exist
This service is used for the un-mapping document category with document type code.
PUT /validdocuments/unmap/{doccategorycode}/{doctypecode}
Response format
JSON
Requires Authentication
Yes
doccategorycode
Yes
document category code
-NA-
doctypecode
Yes
document type code
-NA-
Response code: 200 Ok
Response code: 200 Ok
KER-MSD-500
Internal Server Error
If system error occurs
KER-ATH-403
Forbidden
If unauthorized role detected
KER-ATH-401
Authentication Failed
If no role/invalid token is detected
KER-MSD-071
Exception during inserting data into DB
If any error occur from database
KER-MSD-363
Document Type is already unmapped from the received Document Category
If document type is already un-mapped to document category
KER-MSD-361
Document Category Code %s - Document Type %s Mapping does not exist
If the mapping document doesn't exist
This service will create the list of Documents types which are used in the MOSIP platform. There is another service to map the document category and document type. Please find the steps to create primary/secondary languages in this .