Get Alert Notes Using GET
Data includes a Collection of Alert Notes Example: GET /api/alerts/{id}/notes
Request
URI
GET
https://{api_host}/api/alerts/{id}/notes
COPY
Path Parameters
string
id
Required
UUID of the Alert
Query Parameters
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
Responses
200
All the Alert Notes for the specified Alert
Returns alert-notes of type(s) application/json
{
"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
}
}
404
No Alert is found with the specified identifier
Operation doesn't return any data structure
500
Error occurred while retrieving the Alert Notes
Operation doesn't return any data structure
On This Page
Alerts Operations
POST
Add Alert Note Using POST
POST
Create Alert Definition Using POST
DELETE
Delete Alert Definition Using DELETE
DELETE
Delete Alert Note Using DELETE
DELETE
Delete Canceled Alerts Using DELETE
PUT
Disable Alert Definition In Policies Using PUT
PUT
Enable Alert Definition In Policies Using PUT
GET
Get Alert Contributing Symptoms Using GET
GET
Get Alert Definition By Id Using GET
GET
Get Alert Definitions Using GET
GET
Get Alert Notes Using GET
GET
Get Alert Note Using GET
GET
Get Alerts Using GET
GET
Get Alert Types Using GET
GET
Get Alert Using GET
POST
Modify Alerts Using POST
POST
Query Alert Groups Using POST
POST
Query Alert Notes Using POST
POST
Query Alert Using POST
PUT
Update Alert Definition Using PUT