Koha Hold

A hold (reservation) record from the Taylor's Library Koha REST API.

EducationHigher EducationUniversityPrivate UniversityMalaysiaAsiaLibraryLibrary CatalogInstitutional RepositoryResearch DataOAI-PMHIdentity FederationKohaDSpace

Properties

Name Type Description
hold_id integer Internal hold identifier
patron_id integer Internal patron identifier
biblio_id integernull Internal biblio identifier
item_id integernull Internal item identifier
item_type_id stringnull Optional itemtype for a record level hold
pickup_library_id stringnull Internal library identifier for the pickup library
hold_date stringnull The date the hold was placed
expiration_date stringnull The date the hold expires
cancellation_date stringnull The date the hold was cancelled
cancellation_reason stringnull The reason the hold was cancelled
waiting_date stringnull The date the item was marked as waiting
priority integernull Where in the queue the patron sits
status stringnull One letter code defining the hold status after confirmation
item_level boolean If the hold is placed at item level
suspended boolean Controls if the hold is suspended
suspended_until stringnull Date until which the hold is suspended
non_priority boolean Set this hold as non priority
lowest_priority boolean Controls if the hold is given lowest priority
notes stringnull Notes related to this hold
timestamp string Timestamp for the latest hold update
View JSON Schema on GitHub

JSON Schema

taylors-hold-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/taylors/main/json-schema/taylors-hold-schema.json",
  "title": "Koha Hold",
  "description": "A hold (reservation) record from the Taylor's Library Koha REST API.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "hold_id": { "type": "integer", "description": "Internal hold identifier" },
    "patron_id": { "type": "integer", "description": "Internal patron identifier" },
    "biblio_id": { "type": ["integer", "null"], "description": "Internal biblio identifier" },
    "item_id": { "type": ["integer", "null"], "description": "Internal item identifier" },
    "item_type_id": { "type": ["string", "null"], "description": "Optional itemtype for a record level hold" },
    "pickup_library_id": { "type": ["string", "null"], "description": "Internal library identifier for the pickup library" },
    "hold_date": { "type": ["string", "null"], "format": "date", "description": "The date the hold was placed" },
    "expiration_date": { "type": ["string", "null"], "format": "date", "description": "The date the hold expires" },
    "cancellation_date": { "type": ["string", "null"], "format": "date", "description": "The date the hold was cancelled" },
    "cancellation_reason": { "type": ["string", "null"], "description": "The reason the hold was cancelled" },
    "waiting_date": { "type": ["string", "null"], "format": "date", "description": "The date the item was marked as waiting" },
    "priority": { "type": ["integer", "null"], "description": "Where in the queue the patron sits" },
    "status": { "type": ["string", "null"], "description": "One letter code defining the hold status after confirmation" },
    "item_level": { "type": "boolean", "description": "If the hold is placed at item level" },
    "suspended": { "type": "boolean", "description": "Controls if the hold is suspended" },
    "suspended_until": { "type": ["string", "null"], "format": "date-time", "description": "Date until which the hold is suspended" },
    "non_priority": { "type": "boolean", "description": "Set this hold as non priority" },
    "lowest_priority": { "type": "boolean", "description": "Controls if the hold is given lowest priority" },
    "notes": { "type": ["string", "null"], "description": "Notes related to this hold" },
    "timestamp": { "type": "string", "format": "date-time", "description": "Timestamp for the latest hold update" }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/taylors-hold"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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