© 2025 Clarivate
GET /api/.../serialissues/{id}/chron
Returns the issue record chronology. Mappings for ChronCap can be found here
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the serial issue record. |
[
{
"ChronCap": 4,
"LevelNum": 2,
"IsAlter": false,
"FormatID": 3,
"ChronValue": "01"
},
{
"ChronCap": 1,
"LevelNum": 1,
"IsAlter": false,
"FormatID": 1,
"ChronValue": "2003"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | Bad request |
Permission IDs found here.
CR_AccessSerials_Allow (),
CR_SerialIssuesStandingOrderParts_Access (based on owner ID)