Bulk Upload
Last updated
Last updated
This API is associated with upload users in bulk on the Sunbird Platform.
/user/v1/upload
This is a .csv file.
The CSV file format supported is mentioned below:
OK ! Successful operation."bulk upload user" operation was successfully executed.
This API is associated with bulk uploading organisations on the Sunbird Platform.
/org/v1/upload
This is a .csv file.
The CSV file format supported is mentioned below:
OK ! Successful operation."bulk org upload " operation was successfully executed.
This API is used to create a background job for bulk upload of location data into the platform. The upload data is provided in CSV format.
/data/v1/bulk/location/upload
CSV file which contains location data in following format:
code: 'National level code for state'
name: 'Name of entity e.g a state'
parentCode: 'code of the parent'
parentId : 'ID of the parent (In a hierarchy),
Represents the information about the possible values of location types state, district, block, cluster
"district"
OK. Successful operation. The data upload operation is accepted for further processing.
This API is used to check the upload status
/data/v1/upload/status/{processId}
OK ! Successful operation." check upload status" operation was successfully executed