Pancake CRM
  • Pancake CRM là gì?
  • I. Giới thiệu chung
  • II. Pancake
    • 2.1. Hướng dẫn đăng ký và thanh toán gói cước Pancake
    • 2.2 Kết nối các nền tảng
    • 2.3. Cài đặt Extension Pancake V2
    • 2.4. Quản lý bình luận, tin nhắn
      • 2.4.1 Chức năng gửi ảnh, sticker
      • 2.4.2. Bộ lọc hội thoại
      • 2.4.3. Chế độ gộp trang
    • 2.5. Tạo liên hệ, Tạo lịch hẹn
    • 2.6. Cấu hình cài đặt
  • III. CRM
    • Hướng dẫn tạo gói cước trên Pancake CRM
    • 3.1 Các tính năng của CRM
      • 3.1.1. Chức năng lọc trường thông tin
      • 3.1.2 Chức năng cập nhật nhanh các trường thông tin
      • 3.1.3 Tính năng Copy Paste bảng dữ liệu
      • 3.1.4 Tính năng Duplicate (Tạo bản sao) bản ghi
    • 3.2 Bảng liên hệ
    • 3.2 Bảng lịch hẹn
  • Tạo công việc trên CRM
  • IV. Cấu hình
    • 4.1. Cấu hình chung
      • 4.1.1 Tính năng báo trùng khi có số điện thoại trùng
    • 4.2 Cấu hình ứng dụng
      • 4.2.1 Kết nối Zalo Cloud
      • 4.2.2 Tích hợp SMS /Zalo ZNS eSMS
      • 4.2.3 Đồng bộ bản ghi
      • 4.2.4. Đồng bộ Google Sheets
      • 4.2.5. Tích hợp Gmail trên CRM
      • Tạo đơn hàng POS trên CRM
      • 4.2.6. Đồng bộ Google Calendar trên CRM
    • 4.3 Bản ghi tự động
    • 4.4 Nhân viên
      • 4.4.1 Thêm Nhân viên vào CRM
      • 4.4.2 Hồ sơ (Profile)
      • 4.4.3 Không muốn mọi người xem tất cả các hồ sơ?
    • 4.5 Mẫu Email
    • 4.6 Đồng bộ Facebook
      • 4.6.1 Đồng bộ sự kiện Facebook
      • 4.6.2 Facebook lead form
      • 4.6.3 Tối ưu chuyển đổi mua hàng với CAPI cho Facebook + Instagram
    • 4.7 Kết nối đồng bộ Webcake - CRM
    • Gửi tin nhắn tự động
      • Gửi tin nhắn tự động Messenger
    • Đồng bộ thông tin khách hàng từ Ladipage về Pancake CRM
    • Automate
      • Gửi Email tự động
      • Khi đến ngày hẹn -> Gửi tin nhắn tự eSMS
  • V. For developer
    • 5.1 List of tables
    • 5.2 Data of Table
    • 5.3 Create Record
    • 5.4 Update Record
    • 5.5 Create Table
    • 5.6 List of Profiles
    • 5.7 Record History
Powered by GitBook
On this page
  1. V. For developer

5.1 List of tables

PreviousV. For developerNext5.2 Data of Table

Last updated 8 months ago

GET /shops/<SHOP_ID>/crm/tables?api_key=<api_key> HTTP/1.1

Response

{
  "success": true,
  "tables": [
    {
      "can_remove": false,
      "creator_id": null,
      "filters": [],
      "icon": null,
      "inserted_at": "2021-04-08T08:29:43",
      "is_removed": false,
      "label": "Contact",
      "modified_id": null,
      "name": "Contact",
      "permission_type": 1,
      "sections": [
        {
          "can_remove": false,
          "creator_id": null,
          "fields": [
            {
              "name": "Name",
              "label": "Name",
              "agg_field_id": null,
              "association_multi": true,
              "association_table": null,
              "association_type": null,
              "can_remove": false,
              "creator_id": null,
              "select_options": [],
              "summary_display_field_id": null,
              "summary_field_id": null,
              "summary_type": null,
              "type": 5,
              "order": 1,
              "quick_update": false,
              "is_require": true,
              "is_unique": false,
              "formulas": null
            },
            {
              "name": "Phone",
              "label": "Phone",
              "agg_field_id": null,
              "association_multi": true,
              "association_table": null,
              "association_type": null,
              "can_remove": false,
              "creator_id": null,
              "select_options": [],
              "summary_display_field_id": null,
              "summary_field_id": null,
              "summary_type": null,
              "type": 2,
              "order": 1,
              "quick_update": false,
              "is_require": true,
              "is_unique": false,
              "formulas": null
            }
          ]
        }
      ],
      "table_permissions": [
        {
          "id": "3f7ef102-7b45-4198-8783-7f7854b4a64a",
          "profile_id": "c25c1d3a-3dae-4877-af1e-5e71a41f6113",
          "role": 63,
          "table_id": "Contact"
        },
        {
          "id": "ea6c1d47-c230-43b8-a11e-fb61f4b611e4",
          "profile_id": "8e4d6a59-47e8-48bf-a51d-eb873ffd7eae",
          "role": 31,
          "table_id": "Contact"
        },
        {
          "id": "6963295c-fd7c-49c8-ab67-86641a800653",
          "profile_id": "58c99b60-2d8a-4edb-b7a2-a907bc874dbb",
          "role": 31,
          "table_id": "Contact"
        }
      ]
    }
 ]
}

Response Parameters

Parameter
Type
Description

label

string

Label of table

name

string

Name of table

permission_type

int

Who can see the table (1. Everyone, 2. Record owner and his manager)

sections.order

int

Order of section

sections.fields

array

Fields of section

sections.fields.order

int

Order fields in the section

sections.fields.type

int

Type of field

table_permissions

array

Permission of each group in the table