API Docs
Rest Bib
Overview
An object representation of a Bibliographic Record
Data Dictionary
Click here to download rest_bib.xsd
bib
Description: Bibliographic record object
Field | Type | Description | ||
---|---|---|---|---|
The actual record | xs:any | XML string describing the record | ||
mms_ | string | Bibliographic record identifier. Output parameter. | ||
record_ | string | Bibliographic format: marc21, unimarc, kormarc, cnmarc, dc, dcap01, dcap02, dcap-etd or mods. Default is marc21. | ||
linked_ | string with attr. | Linked record identifier. Output parameter. | ||
title | string | The title of the Bibliographic record. Output parameter. | ||
author | string | Author. Output parameter. | ||
issn | string | issn. Output parameter. | ||
isbn | string | isbn. Output parameter. | ||
complete_ | string | Complete edition. Output parameter. | ||
network_ | network_numbers | Network number, control number. Output parameter. | ||
place_ | string | Place of publication, part of the imprint information. Output parameter. | ||
date_ | string | Date of publication. Output parameter. | ||
publisher_ | string | Publisher_const, part of the imprint information. Output parameter. | ||
holdings | string with attr. | Link to a list of Holdings for the Bib record. Output parameter. | ||
created_ | string | Creator of the record. Output parameter. | ||
created_ | date | The record creation date. Output parameter. | ||
last_ | string | Last user to modify the record. Output parameter. | ||
last_ | date | Date by which the last change to the record was made. Output parameter. | ||
suppress_ | string | Indication whether the record should be published to Primo. Note that the default is true which means that the record will NOT be published. | ||
suppress_ | string | Indication whether the record should be found in external search. Note that the default is false which means that the record will be found. | ||
suppress_ | string | (under construction) Indication whether the record should be found in MetaDoor. Note that the default is false which means that the record will be found. | ||
rank | string | (under construction) MetaDoor quality score of metadata | ||
enrichment_ | string with attr. | (under construction) Institution of where the bib was enriched from using MetaDoor | ||
enrichment_ | string with attr. | (under construction) Workflow of which the bib was enriched by MetaDoor. Possible codes are listed in 'MetadoorEnrichmentWorkflow' code table.
| ||
sync_ | string | Indication whether the record should be found in external search. Note that the default is false which means that the record will be found. | ||
sync_ | string | Indication whether the record should be found in external search. Note that the default is false which means that the record will be found. | ||
originating_ | string | The system in which the record was initially generated. Output parameter. | ||
originating_ | string | The id of the record in the original system. Output parameter. | ||
cataloging_ | string with attr. | The cataloging level of the bibliographic record. Possible codes are listed in 'CatalogerLevel' code table.
| ||
brief_ | string with attr. | Briefness of the record. Ten levels of brief records can be defined from 01 through 10, where 01 represents the most brief record and 10 represents a full record. Possible codes are listed in 'BriefLevels' code table.
| ||
warnings | warnings | Warnings returned by the validation process when creating or updating a bibliographic record | ||
requests | int with attr. | Number of requests for title. Output parameter. |
warnings
Description: List of warnings returned by the validation process when creating or updating a bibliographic record
Field | Type | Description |
---|---|---|
warning | warning | Specific warning. |
warning
Description: Validation warning.
Field | Type | Description |
---|---|---|
message | string | Validation warning message. |
Samples
XML
JSON
__