Benchling · Example Payload

Getappconfigurationitembyid Response 200

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

Getappconfigurationitembyid 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": "getAppConfigurationItemById",
  "path": "/app-configuration-items/{item_id}",
  "method": "get",
  "status": "200",
  "contentType": "application/json",
  "example": "{\n  \"apiURL\": \"string\",\n  \"app\": {\n    \"id\": \"string\"\n  },\n  \"createdAt\": \"2024-03-14T21:54:20.435Z\",\n  \"id\": \"string\",\n  \"type\": \"field\",\n  \"modifiedAt\": \"2024-03-14T21:54:20.435Z\",\n  \"path\": [\n    \"My Schema 1\",\n    \"My Field 1\"\n  ]\n}\n"
}