Serial Issue Record Chronology

Get serial issue record chronology

GET /api/.../serialissues/{id}/chron

Returns the issue record chronology. Mappings for ChronCap can be found here

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the serial issue record.

Response Information

Example
application/json, text/json
[
    {
        "ChronCap": 4,
        "LevelNum": 2,
        "IsAlter": false,
        "FormatID": 3,
        "ChronValue": "01"
    },
    {
        "ChronCap": 1,
        "LevelNum": 1,
        "IsAlter": false,
        "FormatID": 1,
        "ChronValue": "2003"
    } 
]
        

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request

Required Permissions

Permission IDs found here.

    CR_AccessSerials_Allow (),
    CR_SerialIssuesStandingOrderParts_Access (based on owner ID)