Publication Patterns For Serial Check In Record

Get serial holdings record's publication patterns

GET /api/.../serialcheckins/{id}/publicationpatterns?includeClosed=true

Returns all the publication patterns related to serial check in holdings record.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the serial check in record.
includeClosed boolean No True or false to determine if the API returns closed publication patterns for the check in record

Response Information

Example
application/json, text/json
[
  {
    "ArrivalTime": null,
    "ArrivalDuration": 0,
    "BibliographicRecordID": 748650,
    "CalendarChange": "01",
    "CategoryID": 1,
    "CategoryLinkageNumber": null,
    "CopyID": 1,
    "CopyNumber": 1,
    "Creator": null,
    "CreatorID": 897,
    "DestinationCollectionID": 0,
    "Description": null,
    "Designation": "Vol. 44 No. 1  (Jan. 2003)",
    "DestinationOrgID": 101,
    "EndDate": null,
    "ExpectArrivalDate": "2021-03-02T14:10:52.4549317-05:00",
    "Frequency": 11,
    "IssueStatusId": 2,
    "ItemRecordCreateCode": 1,
    "IsClosed": false,
    "MaterialTypeID": null,
    "NoteNonPub": null,
    "NotePub": null,
    "NoteStaff": null,
    "NumberToPredict": null,
    "OrderType": 8,
    "PubPatternID": 1096,
    "RegPatternCode": null,
    "RegularityPattern": null,
    "StartDate": "2003-01-01T00:00:00-05:00",
    "TemplateName": null,
    "TemplateNote": null,
    "TypeOfSupIndex": null,
    "TextualHoldings": null,
    "UnitPrice": 0,
    "SSOChronList": [
      {
        "ChronCap": 1,
        "LevelNum": 1,
        "IsAlter": false,
        "FormatID": 1,
        "ChronValue": "2003"
      },
      {
        "ChronCap": 4,
        "LevelNum": 2,
        "IsAlter": false,
        "FormatID": 3,
        "ChronValue": "01"
      }
    ],
    "SSOEnumList": [
      {
        "LevelNum": 1,
        "IsAlter": false,
        "EnumCap": "Vol.",
        "FormatID": 1,
        "BibUnits": 0,
        "NumSchemeID": 0,
        "EnumValue": "44"
      },
      {
        "LevelNum": 2,
        "IsAlter": false,
        "EnumCap": "No.",
        "FormatID": 1,
        "BibUnits": 11,
        "NumSchemeID": 1,
        "EnumValue": "1"
      }
    ]
  },
  {
    "ArrivalTime": null,
    "ArrivalDuration": 0,
    "BibliographicRecordID": 748650,
    "CalendarChange": null,
    "CategoryID": 2,
    "CategoryLinkageNumber": null,
    "CopyID": 1,
    "CopyNumber": 1,
    "Creator": null,
    "CreatorID": 911,
    "DestinationCollectionID": 0,
    "Description": null,
    "Designation": "(Thursday 4th Wk July 2010)",
    "DestinationOrgID": 101,
    "EndDate": null,
    "ExpectArrivalDate": "2021-03-02T14:10:52.6008052-05:00",
    "Frequency": 13,
    "IssueStatusId": 2,
    "ItemRecordCreateCode": 0,
    "IsClosed": false,
    "MaterialTypeID": null,
    "NoteNonPub": null,
    "NotePub": null,
    "NoteStaff": null,
    "NumberToPredict": null,
    "OrderType": 8,
    "PubPatternID": 1350,
    "RegPatternCode": null,
    "RegularityPattern": null,
    "StartDate": "2010-07-22T00:00:00-04:00",
    "TemplateName": null,
    "TemplateNote": null,
    "TypeOfSupIndex": null,
    "TextualHoldings": null,
    "UnitPrice": 0,
    "SSOChronList": [
      {
        "ChronCap": 1,
        "LevelNum": 1,
        "IsAlter": false,
        "FormatID": 1,
        "ChronValue": "2010"
      },
      {
        "ChronCap": 4,
        "LevelNum": 2,
        "IsAlter": false,
        "FormatID": 3,
        "ChronValue": "07"
      },
      {
        "ChronCap": 6,
        "LevelNum": 3,
        "IsAlter": false,
        "FormatID": 3,
        "ChronValue": "04"
      },
      {
        "ChronCap": 7,
        "LevelNum": 4,
        "IsAlter": false,
        "FormatID": 2,
        "ChronValue": "th"
      }
    ],
    "SSOEnumList": []
  }
]
 

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request

Required Permissions

Permission IDs found here.

    CR_AccessSerials_Allow
    CR_SerialCopyRecords_Access(based on owner ID)