Skip to content

ML Prep API (v1)

Download OpenAPI description
Languages
Servers
Mock server

http://{{your_prep_ip_address}}/

Authenticate

Operations

Backups

Operations

Calibration

Operations

Camera

Operations

Configuration

Operations

Credentials

Operations

Deck

Operations

Diagnostics

Operations

Enclosure

Operations

Environment

Operations

Errors

Operations

HepaUv

Operations

Instruments

Operations

Labware

Operations

LabwareCategories

Operations

LabwareSignature

Operations

Lighting

Operations

LiquidClass

Operations

Maintenance

Operations

NetworkConfiguration

Operations

Power

Operations

ProtocolRun

Operations

Protocols

Operations

ProtocolSteps

Operations

ProtocolSupport

Operations

ProtocolVerification

Operations

Repair

Operations

Report

Operations

Roles

Operations

RunData

Operations

Screenshots

Operations

ServiceSoftwareApi

Operations

Settings

Operations

Check if any new maintenance routines must be updated

Request

Security
Bearer
curl -i -X GET \
  'http://{{your_prep_ip_address}}/api/v1/settings/must-update-maintenance-routines' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The status of updating any new maintenance routines

Bodyapplication/json
string
Response
application/json
"string"

Check if a verification service contract has been enabled by a service person.

Request

Security
Bearer
curl -i -X GET \
  'http://{{your_prep_ip_address}}/api/v1/settings/is-service-contract-enabled' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The enabled status of the verification service contract

Bodyapplication/json
string
Response
application/json
"string"

Update the enabled status of verification service contract

Request

Security
Bearer
Body
boolean
curl -i -X POST \
  'http://{{your_prep_ip_address}}/api/v1/settings/is-service-contract-enabled' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{}'

Responses

The enabled status of the service contract was updated successfully

SoftwareVersions

Operations

SystemReady

Operations

SystemTime

Operations

ThermalDevice

Operations

Traces

Operations

UserKba

Operations

Users

Operations

Verification

Operations

VerificationResult

Operations