/api/2.0/alerts/{PK}/
GET https://developer.salesfusion.com/api/2.0/alerts/{PK}/
Description:
Reads a specific alert. Returns all detailed information regarding the specific alert.
PK → ID
Sample Response:
{
"date": "2013-03-04T09:34:03.460000Z",
"user_id": 1,
"alert_type": null,
"alert_score": null,
"email_address": "michael.north@sandbox.salesforce.com",
"status": 1,
"contact_email": "",
"from_email": "noreply@msgapp.com",
"subject": "Weekly Web Analytics Report",
"body": null,
"cc_email": "",
"bcc_email": "",
"account_name": null
}