© 2024 Clarivate
GET /api/.../serialissues/{id}/claimhistory
Returns the issue record claim history.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the serial issue record. |
[
{
"ClaimId": 3813,
"HistoryDate": "2011-11-29T09:10:41.237-05:00",
"Name": "clarke",
"ClmAction": "Received",
"Quantity": 1,
"ClmCycleNum": 0,
"ClmActionID": 7
},
{
"ClaimId": 3813,
"HistoryDate": "2011-11-28T08:00:01.48-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 5,
"ClmActionID": 1
},
{
"ClaimId": 3813,
"HistoryDate": "2011-11-27T08:00:01.133-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 4,
"ClmActionID": 1
},
{
"ClaimId": 3813,
"HistoryDate": "2011-11-26T08:00:01.423-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 3,
"ClmActionID": 1
},
{
"ClaimId": 3813,
"HistoryDate": "2011-11-25T08:00:01.497-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed",
"Quantity": 1,
"ClmCycleNum": 2,
"ClmActionID": 1
},
{
"ClaimId": 3813,
"HistoryDate": "2011-11-24T08:00:01.077-05:00",
"Name": "PolarisExec",
"ClmAction": "Claimed (Initial)",
"Quantity": 1,
"ClmCycleNum": 1,
"ClmActionID": 2
}
]
Code | Description |
---|---|
200 | OK. Success |
400 | Bad request |
Permission IDs found here.
CR_AccessSerials_Allow (), CR_SerialIssuesStandingOrderParts_Access (based on owner ID)