How Can We Help?
< All Topics
Print

What is the Third Party API Support

Data Collection

DataMyte Digital Clipboard mobile app works in-sync with the DataMyte Digital Clipboard server. Your custom business app containing your forms and actions to automate your business processes are designed and developed using the DataMyte Digital Clipboard platform using simple drag and drop features. Once the app is set up, it is published to mobile devices and you can start using it right away.

When you collect data using this app, the data gets synchronized with the DataMyte Digital Clipboard server. This data can further be processed and analyzed to get real-time business insights to make data-driven decisions for your business.

API configuration

The third-party API configurations need to be integrated with the app after developing it using the DataMyte Digital Clipboard platform. So, when the app is published, the server knows how it needs to handle the data and which system it needs to integrate with.

 App Data Export API format:

 Url: ‘https://your.domain.name/getAppData’

Method: POST

Authentication: Basic

Request header:

{

  “content-length”: “663”,

  “accept-encoding”: “gzip, deflate”,

  “accept”: “*/*”,

  “content-type”: “application/json”,

  “authorization”: “Basic dXNlcm5hbWU6cGFzc3dvcmQ=”

}

Request Body:

{“customer_name”: “[\”James Smith\”]”, “inspection_remarks”: “Everything looks good”, “comments”: “This is a test report”, “date”: “2020-05-09”, “part_serial_no”: “P865”}

Table of Contents