---
title: "Get Points Conversion Schedule"
method: GET
path: "/customers/lookup/promisedPointsSchedule"
---

# Get Points Conversion Schedule

`GET /customers/lookup/promisedPointsSchedule`

Retrieves the history of promised points conversion schedules of a customer for a single program or across all programs of the org. 

**This is a light API**.

## Query parameters

- `source` 'FACEBOOK' | 'WEB_ENGAGE' | 'WECHAT' | 'INSTORE' | 'MARTJACK' | 'TMALL' | 'TAOBAO' | 'JD' | 'ECOMMERCE' | 'WEBSITE' | 'LINE' | 'MOBILE_APP', required
- `accountId` string
- `identifierName` 'mobile' | 'email' | 'externalId' | 'cardExternalId' | 'cardNumber', required
- `identifierValue` string, required
- `programId` integer
- `entityType` 'CUSTOMER' | 'FLEET'
- `fetchDataForAllPrograms` boolean
- `startDate` string, date
- `endDate` string, date

## Headers

- `X-CAP-API-OAUTH-TOKEN` string

## Response `200`

200

- object
  - `entityId` integer
  - `entityType` string
  - `promisedPointsScheduleList` object[]
    - `points` integer
    - `redeemableFrom` string
    - `programId` integer
    - `pointsType` string
  - `triggerBasedPointsList` object[]
    - `points` integer
    - `programId` integer
    - `pointsType` string
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
