Benchling · Example Payload

Createfile Response 200

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

Createfile 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": "createFile",
  "path": "/files",
  "method": "post",
  "status": "200",
  "contentType": "application/json",
  "example": {
    "errorMessage": null,
    "folderId": "lib_bf0636",
    "id": "file_Of5GuBSq",
    "name": "IC50Chart.png",
    "uploadStatus": "NOT_UPLOADED"
  }
}