/api/2.0/alerts/

GET https://developer.salesfusion.com/api/2.0/alerts/

Description:

Reads a paginated list of alerts in batches of 100 with a limited number of columns with basic information.

Alerts Level - Ordering

The following fields on the Alerts level are available for ordering via ascending or descending.

ID - Ascending/Descending
Date - Ascending/Descending
User_ID - Ascending/Descending
Alert_Type - Ascending/Descending
Alert_Score - Ascending/Descending
Email_Address - Ascending/Descending
Status - Ascending/Descending

Sample Response:
    "count": 22344,
    "total_count": 22344,
    "page_size": 100,
    "page_number": 1,
    "next": "https://developer.salesfusion.com/api/2.0/alerts/?page=2",
    "previous": null,
    "results": [
        {
            "url": "https://developer.salesfusion.com/api/2.0/alerts/1/",
            "id": 1,
            "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
        }