---
title: "List of call later and remind"
method: GET
path: "/shops/{SHOP_ID}/order_call_laters"
tags: ["Call Later"]
---

# List of call later and remind

`GET /shops/{SHOP_ID}/order_call_laters`

Get list of call later and remind

## Path parameters

- `SHOP_ID` integer, required

## Query parameters

- `page_number` integer
- `page_size` integer
- `key` string
- `status` -1 | 0 | 3 | 1 | 2 | 7

## Response `200`

Success

- object
  - `data` CallLater[] — List of call later and remind
    - `id` string — ID
    - `display_id` integer — Call later and remind ID
    - `called_at` string, date-time — Called at / Process at
    - `needs_call_at` string, date-time — Need call at / Need process at
    - `notice_created` string — Notice information
    - `order_display_id` string — Order ID
    - `order_id` integer — Order ID
    - `status` -1 | 0 | 3 | 1 | 2 | 7 — Status
    - `type` string — Notification type
    - `need_notify_users` string[] — Process staff
    - `creator` object — Creator information
      - `id` string
      - `name` string
      - `email` string
      - `fb_id` string
      - `avatar_url` string, uri
      - `phone_number` string
    - `phone_number` string — Phone number
  - `key` string — Key
  - `page_number` integer — Page number
  - `page_size` integer — Page size
  - `success` boolean — Success status
  - `total_entries` integer — Total entries
  - `total_pages` integer — Total pages

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
