---
title: "Retrieve points conversion schedule"
method: GET
path: "/userGroup2/promisedPointsSchedule"
---

# Retrieve points conversion schedule

`GET /userGroup2/promisedPointsSchedule`

This API lets you retrieve points conversion schedule of a group.

## Query parameters

- `primaryUserId` string
- `startDate` string, date
- `endDate` string, date
- `getDataForAllPrograms` string
- `programId` string
- `limit` string
- `offset` string

## Response `200`

200

- object
  - `entityId` integer
  - `entityType` string
  - `promisedPointsScheduleList` unknown[]
    - unknown
  - `triggerBasedPointsList` object[]
    - `points` number
    - `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/revisions/de241f2ed9b3/schema)
