Benchling · Schema

RequestFulfillmentsPaginatedList

An object containing an array of (Legacy) RequestFulfillments

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

Properties

Name Type Description
nextToken string
requestFulfillments array
View JSON Schema on GitHub

JSON Schema

RequestFulfillmentsPaginatedList.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestFulfillmentsPaginatedList.json",
  "title": "RequestFulfillmentsPaginatedList",
  "description": "An object containing an array of (Legacy) RequestFulfillments",
  "properties": {
    "nextToken": {
      "example": "Im5ldyB0ZXN0Ig==",
      "type": "string"
    },
    "requestFulfillments": {
      "items": {
        "$ref": "#/components/schemas/RequestFulfillment"
      },
      "type": "array"
    }
  },
  "type": "object"
}