---
title: "Customer One Time Actions By Date"
method: GET
path: "/Customers/GetCustomerOneTimeActionsByDate"
tags: ["Customers"]
---

# Customer One Time Actions By Date

`GET /Customers/GetCustomerOneTimeActionsByDate`

Returns a list of customers and the details of the marketing actions they received as part of one-time campaigns executed on a particular date.

## Query parameters

- `date` string, date-time, required
- `CustomerAttribute` string
- `includeControlGroup` boolean

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerActionChannelCust[]
  - `CustomerID` string, nullable
  - `ActionID` integer — The Action ID is Optimove's unique ID for each action.
  - `ChannelID` integer — The identifier of a particular campaign execution channel.
  - `CustomerAttributes` string[], 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)
