---
title: "Customers Activity Event Attributes"
method: GET
path: "/Customers/GetCustomersActivityEventAttributes"
tags: ["Customers"]
---

# Customers Activity Event Attributes

`GET /Customers/GetCustomersActivityEventAttributes`

Returns an array of all customer IDs that triggered a particular SDK event on a particular date, along with associated details.

## Query parameters

- `Date` string, date-time, required
- `EventID` integer, required
- `EventParams` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveSDKCustomersActivityEventAttribute[]
  - `CustomerID` string, nullable
  - `Event` object, nullable

---

[API](https://skmtc.net/optimove/apis/optimove-api.md) · [All operations](https://skmtc.net/optimove/apis/optimove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimove/optimove-api/versions/fc55c5b1bec5/schema)
