---
title: "Customer Send Details By Channel"
method: GET
path: "/Customers/GetCustomerSendDetailsByChannel"
tags: ["Customers"]
---

# Customer Send Details By Channel

`GET /Customers/GetCustomerSendDetailsByChannel`

Returns an array of all customer IDs, template IDs, send times and customer attributes for a particular combination of channel ID and campaign ID.

## Query parameters

- `CampaignID` integer, required
- `ChannelID` integer, required
- `CustomerAttribute` string
- `CustomerAttributeDelimiter` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerSendDetailsByChannelCust[]
  - `CustomerID` string, nullable
  - `TemplateID` integer
  - `ScheduledTime` string, nullable
  - `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)
