alert-notes
alert-notes
Model to represent a collection of alert notes
JSON Example
{
"alertNotes": [
{
"alertId": "string",
"creationTimeUTC": 0,
"extension": {
"anyObjects": [
{}
]
},
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"note": "string",
"type": "string",
"userId": "string",
"userName": "string"
}
],
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
}
}