agilent-technologies · JSON Structure

Ilab Operations Api Cores List Response Structure

Paginated list of core facilities.

Type: object Properties: 4
Fortune 500Life SciencesDiagnosticsLaboratoryScientific InstrumentsLIMSLaboratory Automation

Cores List Response is a JSON Structure definition published by agilent-technologies, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cores total page per_page

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agilent-technologies/refs/heads/main/json-structure/ilab-operations-api-cores-list-response-structure.json",
  "name": "Cores List Response",
  "description": "Paginated list of core facilities.",
  "type": "object",
  "properties": {
    "cores": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Core"
      }
    },
    "total": {
      "type": "int32",
      "description": "Total number of cores matching the query.",
      "example": 42
    },
    "page": {
      "type": "int32",
      "description": "Current page number.",
      "example": 1
    },
    "per_page": {
      "type": "int32",
      "description": "Number of items per page.",
      "example": 25
    }
  }
}