Skip to content

Template labware that user can use to build on top of.

GET
/api/v1/{tenantId}/labware-templates

A set of template labware that the revo team has put together.

Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.

tenantId
required
string

OK

object
labware
Array<object>
nullable
object
id
string
nullable
templateId
string
nullable
name
string
nullable
labwareJsonId
string
nullable
wellCount
integer format: int32
barCodeRegEx
string
nullable
color
string
nullable
description
string
nullable
gripForce
number format: double
moveSpeed
number format: double
externalClearanceToPlateBottom
number format: double
gripHeight
number format: double
heightWithLid
number format: double
heightWithoutLid
number format: double
stackHeightIncrement
number format: double
stackHeightIncrementWithLid
number format: double
isLiddedDefault
boolean
manufacturer
string
nullable
partNumber
string
nullable
docsUrl
string
nullable
gripPortrait
number format: double
gripLandscape
number format: double
imageUrl
string
nullable
svgTopLandscape
string
nullable
svgCrossSection
string
nullable
modelUrl
string
nullable
modelMaterials
Array<object>
nullable
object
modelMaterialName
string
nullable
replacementMaterialName
string
nullable

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable