---
title: "Value Segment Changers"
method: GET
path: "/Segments/GetValueSegmentChangers"
tags: ["Value Segment"]
---

# Value Segment Changers

`GET /Segments/GetValueSegmentChangers`

Returns all customer IDs in the database which changed value segments, along with their before and after value segment IDs.

## Query parameters

- `startDate` string, date-time, required
- `endDate` string, date-time, required
- `CustomerAttribute` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerSegmentFullCust[]
  - `CustomerID` string, nullable
  - `InitialValueSegmentID` integer
  - `FinalValueSegmentID` integer
  - `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/revisions/fc55c5b1bec5/schema)
