Pancake CRM_EN
  • About Pancake CRM
  • I. General introduction
  • II. Pancake
    • 2.1. Guidelines for registering and paying for Pancake packages
    • 2.2 Connecting platforms
    • 2.3. Install Pancake Extension V2
    • 2.4. Manage comments and messages
      • 2.4.1 Function to send photos and stickers
      • 2.4.2.Conversation Filter
      • 2.4.3. Page merge mode
    • 2.5. Create contact, Create appointment
    • 2.6. Cấu hình cài đặt
  • III. 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
      • Call Center Feature on Pancake CRM
    • 3.2 Bảng liên hệ
    • 3.2 Bảng lịch hẹn
    • My task
  • 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
      • POS - Webcake - Xendit - CRM - Botcake - Pancake
    • 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 Leadform
    • 4.7 Kết nối đồng bộ Webcake - CRM
  • V. Tích hợp API
    • 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. Tích hợp API

5.1 List of tables

PreviousV. Tích hợp APINext5.2 Data of Table
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