MARC

Get Bib Bulk Change Data Fields Repeatability

GET /api/...marc/tags/{tagNumber}/repeatability?subfield=subfieldcode

Return a list of subfield repeatability errors based on input tag and subfields.

When no repeatability errors are found, the Response Body will contain an empty list and response code 200.

When no subfields are provided, there will be no Response Body and response code 200.

Request Information

Name Type Required Description
tagNumber Integer Yes MARC tag number
subfield character No Define this parameter in the request query string for each of the MARC subfield codes to be checked for repeatability for the tag.

Response Information

Name Type Required Description
szErrorMessage string Yes Bib record set bulk change tag subfield repeatability errors.
Example
application/json, text/json
[
  {
    "szErrorMessage": "sample text 1",
  },
  {
    "szErrorMessage": "sample text 2",
  }
]