---
title: "Customer Action Details By Date"
method: GET
path: "/Customers/GetCustomerActionDetailsByDate"
tags: ["Customers"]
---

# Customer Action Details By Date

`GET /Customers/GetCustomerActionDetailsByDate`

Returns customer IDs and details of the campaigns sent to them on a particular date.

## Query parameters

- `Date` string, date-time, required

## Response `200`

Success

- OptimoveAPIModelsCustomerActionDetailsByDate[]
  - `CustomerID` string, nullable
  - `RecipientGroupID` integer
  - `ActionID` integer — The Action ID is Optimove's unique ID for each action.
  - `ChannelID` integer — The identifier of a particular campaign execution channel.

---

[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/revisions/fc55c5b1bec5/schema)
