Actual tabular data with rows and columns of text on the note.
Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhook
Properties
Name
Type
Description
columnLabels
array
Array of strings, with one item per column. Defaults to null, if the user is using the default, but is set if the user has given a custom name to the column.
name
string
Name of the table - defaults to e.g. Table1 but can be renamed.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/EntryTable.json",
"title": "EntryTable",
"description": "Actual tabular data with rows and columns of text on the note.\n",
"properties": {
"columnLabels": {
"description": "Array of strings, with one item per column. Defaults to null, if the user is using the default, but is set if the user has given a custom name to the column.\n",
"items": {
"nullable": true,
"type": "string"
},
"type": "array"
},
"name": {
"description": "Name of the table - defaults to e.g. Table1 but can be renamed.\n",
"type": "string"
},
"rows": {
"description": "Array of row objects.",
"items": {
"$ref": "#/components/schemas/EntryTableRow"
},
"type": "array"
}
},
"type": "object"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.