alert-notes

alert-notes
alert-notes

Model to represent a collection of alert notes

JSON Example
{
    "pageInfo": {
        "totalCount": 0,
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string"
    },
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "alertNotes": [
        {
            "id": "string",
            "alertId": "string",
            "creationTimeUTC": 0,
            "type": "string",
            "userId": "string",
            "userName": "string",
            "note": "string",
            "extension": {
                "anyObjects": [
                    {}
                ]
            },
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "name": "string",
                    "description": "string"
                }
            ]
        }
    ]
}
pageInfo
Optional

Represents page information for a paged result

array of link
links
Optional

Collection of links

array of alert-note
alertNotes
Optional

List of alert notes