Get a page of Tripwire alert activities.

get/tripwire-alert-activities

Retrieves a page of tripwire alert activities. Date filters must be used together - either provide both filterFromDateTime and filterToDateTime, or none of them.

SecuritybearerAuth
Request
query Parameters
page
required
integer <int32> (PageParam) >= 1

Page of results to show

Example: page=1
pageSize
required
integer <int32> (ResultsPerPageParam) [ 1 .. 1000 ]

Results to return per page

Example: pageSize=100
filterAction
string (NotificationType)

Filter by tripwire notification action type

Enum: "EMAIL_BILLING_CLIENT" "SMS_BILLING_CLIENT" "EMAIL_CUSTOMER_CONTACTS" "SMS_CUSTOMER_CONTACTS" "TEMPORARY_OUT_OF_SERVICE" "OUTBOUND_CALLS_BARRED" "CUSTOM_BC_ACTION" "USAGE_CAP_TRIGGER_ACTION" "NO_BC_ACTION"
filterFromDateTime
string

Filter tripwire alert activities from this date and time (inclusive).

Example: filterFromDateTime=2019-01-03T19:40:00
filterToDateTime
string

Filter tripwire alert activities to this date and time (exclusive).

Example: filterToDateTime=2019-01-03T19:42:00
Responses
200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

Response samples
application/json
[
  • {
    • "id": 1,
    • "usageProductInventoryId": 10,
    • "whenActionApplied": "2022-01-01T00:00:00.000Z",
    • "totalPriceInMinorCurrency": 0,
    • "totalCallCount": 15,
    • "createdOn": "2022-01-01T00:00:00.000Z",
    • "tripwireStartDate": "2022-01-01T00:00:00.000Z",
    • "tripwireEndDate": "2022-01-01T00:00:00.000Z",
    • "tripwireRuleId": 1,
    • "tripwirePlanId": 1,
    • "action": "EMAIL_BILLING_CLIENT"
    }
]