Import Profile Dedup Rules

Get Bib Dedup Rules

GET /api/.../importprofiles/{id}/retentionrules/bib/

Return retention rules for a given import profile.

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the Import Profile.

Response Information

Example
application/json, text/json
{
  "DeleteRules": [],
  "RetainRules": [
    {
      "TagNumber": 852,
      "Description": "Identifies the organization holding the item or from which it is available. This field may also contain detailed information about how to locate the item in a collection.",
      "IndicatorOneValues": " 0123456789",
      "IndicatorTwoValues": " 0123456789"
    },
    {
      "TagNumber": 956,
      "Description": "Integrated Ebook Product Information",
      "IndicatorOneValues": "4",
      "IndicatorTwoValues": "2"
    }
  ],
  "HasConflict": false
}

HTTP Response Codes

Code Description
200 OK. Success