Scispot · JSON Structure

Scispot Labsheet Structure

Structural documentation for Scispot Labsheet resources - LIMS-style structured data tables

Type: Properties: 0
LaboratoryLife ScienceLIMSELNBiotechAPI FirstScientific DataHealthcare

Scispot Labsheet Structure is a JSON Structure definition published by Scispot.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Scispot Labsheet Structure",
  "description": "Structural documentation for Scispot Labsheet resources - LIMS-style structured data tables",
  "baseUrl": "https://api.scispot.com/v1",
  "endpoints": [
    {"path": "/labsheets", "method": "GET", "description": "List all labsheets"},
    {"path": "/labsheets/{labsheetId}/rows", "method": "GET", "description": "List rows"},
    {"path": "/labsheets/{labsheetId}/rows", "method": "POST", "description": "Add row"},
    {"path": "/labsheets/{labsheetId}/rows/{rowId}", "method": "GET", "description": "Get row"},
    {"path": "/labsheets/{labsheetId}/rows/{rowId}", "method": "PUT", "description": "Update row"},
    {"path": "/labsheets/{labsheetId}/rows/{rowId}", "method": "DELETE", "description": "Delete row"}
  ],
  "authentication": {
    "type": "apiKey",
    "headerName": "apiKey",
    "description": "Personal API token from Account Settings > Personal Tokens"
  },
  "structure": {
    "type": "object",
    "description": "Labsheet resource",
    "fields": [
      {"name": "id", "type": "string", "required": true, "description": "Unique labsheet ID"},
      {"name": "name", "type": "string", "required": true, "description": "Labsheet name"},
      {"name": "description", "type": "string", "required": false, "description": "Purpose description"},
      {
        "name": "columns",
        "type": "array",
        "required": true,
        "description": "Column schema definitions",
        "itemStructure": {
          "fields": [
            {"name": "name", "type": "string", "required": true, "description": "Column name"},
            {"name": "type", "type": "string (enum)", "required": true, "description": "text | number | date | barcode | lookup | file | formula"},
            {"name": "required", "type": "boolean", "required": false, "description": "Is value required"}
          ]
        }
      },
      {"name": "rowCount", "type": "integer", "description": "Total number of rows"},
      {"name": "createdAt", "type": "string (date-time)", "description": "Creation timestamp"},
      {"name": "updatedAt", "type": "string (date-time)", "description": "Last modified timestamp"}
    ]
  },
  "rowStructure": {
    "type": "object",
    "description": "Labsheet row resource",
    "fields": [
      {"name": "id", "type": "string", "required": true, "description": "Unique row ID"},
      {"name": "labsheetId", "type": "string", "required": true, "description": "Parent labsheet ID"},
      {"name": "barcode", "type": "string", "required": false, "description": "Optional barcode"},
      {"name": "data", "type": "object (key-value)", "required": true, "description": "Column values as key-value pairs matching column definitions"},
      {"name": "createdAt", "type": "string (date-time)"},
      {"name": "updatedAt", "type": "string (date-time)"}
    ]
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/scispot-labsheet-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.