Get Alert By Plan Id
Endpoint Information
Response Body
{
"data": [
{
"id": 173,
"planId": 766,
"alertType": "EMAIL",
"target": "demo@testinium.com",
"targetId": null,
"targetType": null,
"alertSendingStatus": "Beginning of the Each Execution",
"alertSendingStatusResult": null,
"language": null,
"targetTimeZone": null,
"enabled": true,
"unsubscribeLinkEliminated": false
},
{
"id": null,
"planId": 766,
"alertType": "EMAIL",
"target": "demo@testinium.com",
"targetId": null,
"targetType": null,
"alertSendingStatus": "End of the Each Execution",
"alertSendingStatusResult": [
{
"id": 171,
"name": "Test Successful"
}
],
"language": null,
"targetTimeZone": null,
"enabled": true,
"unsubscribeLinkEliminated": false
}
],
"result": {
"code": 0,
"message": "success"
}
}Parameter
Type
Description
Parameter
Type
Description
Error Codes
HTTP Code
Error Message
Description
Example Request
Last updated