---
title: "Customers Action Ended By Date"
method: GET
path: "/Customers/GetCustomersActionEndedByDate"
tags: ["Customers"]
---

# Customers Action Ended By Date

`GET /Customers/GetCustomersActionEndedByDate`

Returns customer IDs and details of the campaigns they received, for action durations which ended on a particular date.

## Query parameters

- `Date` string, date-time, required

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomersActionEndedByDate[]
  - `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.
  - `Date` string, nullable
  - `Duration` integer — Duration value is number of days.
  - `TargetGroupID` integer

---

[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)
