quickMARC MARC Specifications (1)

marc-specifications

getMarcSpecification

Get MARC specification by recordType and fieldTag

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

Record type

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

Field's tag

Responses

Response samples

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