alerts.id.history.records.get.response

alerts.id.history.records.get.response
alerts.id.history.records.get.response
This class is array of object
JSON Example
[
    {
        "alertId": "string",
        "resultUrl": "string",
        "messages": [
            {
                "text": "string",
                "timestamp": 0,
                "fields": [
                    {
                        "name": "string",
                        "content": "string"
                    }
                ]
            }
        ],
        "acknowledged": false,
        "triggerTimestamp": 0,
        "triggerTimestampString": "string"
    }
]