# Get a page of 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. Endpoint: GET /tripwire-alert-activities Version: 1.2 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `filterAction` (string) 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: "2019-01-03T19:40:00" - `filterToDateTime` (string) Filter tripwire alert activities to this date and time (exclusive). Example: "2019-01-03T19:42:00" ## Response 200 fields (application/json): - `id` (integer) ID of the fraud alert activity Example: 1 - `usageProductInventoryId` (integer) ID of the usage product inventory Example: 10 - `whenActionApplied` (string) Timestamp when the action was applied Example: "2022-01-01T00:00:00.000Z" - `totalPriceInMinorCurrency` (number) Total price in pence - `totalCallCount` (integer) Total call count value Example: 15 - `createdOn` (string) Timestamp when the fraud alert record was created Example: "2022-01-01T00:00:00.000Z" - `tripwireStartDate` (string) Start time of the fraudulent activity Example: "2022-01-01T00:00:00.000Z" - `tripwireEndDate` (string) End time of the fraudulent activity Example: "2022-01-01T00:00:00.000Z" - `tripwireRuleId` (integer) ID of the fraud rule triggered Example: 1 - `tripwirePlanId` (integer) ID of the tripwire plan associated with the alert activity Example: 1 - `action` (string) Tripwire notification activity to be performed when a Tripwire alert is triggered, i.e. send an email to the client/affected customer, suspend the number, or other custom actions (available by contacting the Elevate support team) 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" ## Response 400 fields ## Response 401 fields ## Response 500 fields