© 2024 Clarivate
GET /api/.../mfhdstatuses
Return list of all MFHD (MARC Format for holdings Data) issue statuses in the system.
[
{
"StatusID": 1,
"StatusDesc": "Received"
},
{
"StatusID": 2,
"StatusDesc": "Expected"
},
{
"StatusID": 3,
"StatusDesc": "Pending Claim"
},
{
"StatusID": 4,
"StatusDesc": "Claimed"
},
{
"StatusID": 5,
"StatusDesc": "Not Available"
},
{
"StatusID": 6,
"StatusDesc": "Never Published"
}
]
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. Bad request |