© 2024 Clarivate
GET /api/.../itemrecords/{id}?view=state
Retrieves information regarding the state of the item.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the item record. |
view | string | Yes | Define this parameter in the request query string to get the details of the item. Possible Values: state |
{
"ItemStatusID": 6,
"RecordStatusID": 1,
"CollectionID": 2,
"Holdable": false
}
Code | Description |
---|---|
200 | OK. Success |
404 | Record not found. Error |