Benchling · Example Payload

Createdataframe Response 200

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Createdataframe Response 200 is an example object payload from Benchling, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdpathmethodstatuscontentTypeexample

Example Payload

Raw ↑
{
  "operationId": "createDataFrame",
  "path": "/data-frames",
  "method": "post",
  "status": "200",
  "contentType": "application/json",
  "example": {
    "errorMessage": null,
    "id": "dset_LlDFupKyErxx",
    "manifest": [
      {
        "fileName": "09-14-2022_011620_PM_well_plate-part-00000.csv",
        "url": "https://benchling-location.s3.amazonaws.com/deploys/location/data_frames/source_files/.../09-14-2022_011620_PM_well_plate-part-00000.csv?..."
      }
    ],
    "name": "09-14-2022 01:16:20 PM well plate",
    "uploadStatus": "NOT_UPLOADED"
  }
}