Authority Record

Get Authority Record by ID

GET /api/.../authorityrecords/{id}

Returns authority record by id.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the auth record.

Response Information

Example
application/json, text/json
{
  "AuthorityRecordID": 1,
  "RecordStatusID": 1,
  "CreatorID": 1,
  "ModifierID": 0,
  "CreatorName": "PolarisExec",
  "ModifierName": null,
  "FirstUseDate": "2005-06-04T19:38:31.633-04:00",
  "ImportedDate": null,
  "MARCStatus": "n",
  "MARCType": "z",
  "MARCUndefined7": null,
  "MARCUndefined8": null,
  "MARCEncodingLevel": "n",
  "MARCUndefined18": null,
  "MARCUndefined19": null,
  "MARCKindOfRecord": "Established heading",
  "MARCCatalogingRules": "AACR 2",
  "MARCSubjectHeadings": "Library of Congress Subject Headings",
  "MARCUseMainEntry": "Appropriate",
  "MARCUseSubjectEntry": "Appropriate",
  "MARCUseSeriesEntry": "Not appropriate",
  "Heading": "PEMBER ANN 04(1946)99",
  "BrowseHeading": "Pember, Ann, 1946-",
  "MARCCatalogingSource": "",
  "MARCSubjectSubdivision": "n",
  "MARCCreationDate": "000104",
  "MARCModificationDate": "20000104090733.0",
  "MARCLCCN": "N  00000050",
  "MARCGeographicSubdivision": "n",
  "MARCRomanization": "|",
  "MARCTypeOfSeries": "n",
  "MARCNumberedSeries": "n",
  "MARCGovernmentAgency": "|",
  "MARCReferenceEvaluation": "n",
  "MARCRecordUpdate": "a",
  "MARCUndifferentiatedName": "a",
  "MARCLevelOfEstablishment": "a",
  "MARCModifiedRecord": "",
  "MARCCharCodingScheme": "",
  "RecordStatusDate": "2005-06-02T01:26:31.627-04:00",
  "ModifiedByAuthorityJob": false,
  "CreationDate": "2000-01-04T00:00:00-05:00",
  "ModificationDate": "2000-01-04T09:07:33-05:00",
  "ImportedFileName": null,
  "BrowseHeadingNonFilingCount": 0,
  "ImportedControlNumber": null,
  "ImportedRecordSource": null,
  "LinkedBibCount": "1",
  "HasSeeAlsoFrom": "1"
}

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid authority ID
404 FAILURE.
  • Authority record not found