© 2024 Clarivate
GET /api/.../mfhdfrequencies
Return list of all MFHD (MARC Format for holdings Data) frequencies in the system.
[
{
"FrequencyID": 1,
"MfhdCode": "a",
"Description": "Annual"
},
{
"FrequencyID": 2,
"MfhdCode": "b",
"Description": "Bimonthly"
},
{
"FrequencyID": 3,
"MfhdCode": "c",
"Description": "Semiweekly"
}
]
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. Bad request |