quickMARC MARC Specifications (1.2)

API for retrieving MARC field specifications by record type and field tag

marc-specifications

Operations for retrieving MARC field specifications

Get MARC specification

Retrieves MARC field specification for the given record type and field tag

path Parameters
recordType
required
string
Enum: "bibliographic" "holdings" "authority"
Example: bibliographic

Type of MARC record

fieldTag
required
string^[0-9]{3}$
Example: 008

Three-digit MARC field tag

Responses

Response samples

Content type
application/json
{
  • "tag": "008",
  • "format": "BIBLIOGRAPHIC",
  • "label": "string",
  • "repeatable": true,
  • "required": true,
  • "spec": {
    }
}