© 2024 Clarivate
GET /api/.../importprofiles/{id}/retentionrules/bib/
Return retention rules for a given import profile.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the Import Profile. |
{
"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
}
Code | Description |
---|---|
200 | OK. Success |