ML Prep API (v1)
Download OpenAPI description
Languages
Servers
Mock server
http://{{your_prep_ip_address}}/
- Mock server
http://{{your_prep_ip_address}}/api/v1/report/pvk/data/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/report/pvk/data/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "pvkReport": { "commonInfo": { … }, "equipmentGroups": [ … ], "verificationRunIds": [ … ], "measurementGroup": [ … ], "channelAxisOffsets": [ … ], "position": { … }, "hhsVerificationData": { … }, "hhcVerificationData": { … }, "uvVerificationData": { … }, "independentVolumeMeasurements": [ … ], "mphVolumeMeasurements": [ … ], "reportType": "DoorSensor", "result": "string", "saveToDB": true, "title": "string", "digitalSignature": { … }, "camera": { … } } }
- Mock server
http://{{your_prep_ip_address}}/api/v1/report/pvk/file/{verificationRunId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/report/pvk/file/{verificationRunId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
"string"
- Mock server
http://{{your_prep_ip_address}}/api/v1/report/pvk/export
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/report/pvk/export?verificationRunIds=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
"string"
- Mock server
http://{{your_prep_ip_address}}/api/v1/report/pvk/file/{verificationRunId}/name
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/report/pvk/file/{verificationRunId}/name' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'