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.6 List of Profiles

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

Response

{
  "data": [
      {
          "can_remove": false,
          "id": "994b620f-ebf6-4386-bea2-c37ed020aae4",
          "is_admin": true,
          "is_removed": false,
          "name": "CEO",
          "reports_to": null,
          "role": 0,
          "shop_id": 403
      },
      {
          "can_remove": true,
          "id": "7ffb87d1-63ed-405e-84f8-5587748889ea",
          "is_admin": false,
          "is_removed": false,
          "name": "Manager",
          "reports_to": "CEO",
          "role": 0,
          "shop_id": 403
      },
      {
          "can_remove": true,
          "id": "3a383661-6031-4ded-ad82-1a5e3e6cf760",
          "is_admin": false,
          "is_removed": false,
          "name": "User",
          "reports_to": "Manager",
          "role": 0,
          "shop_id": 403
      }
  ],
  "success": true
}
Previous5.5 Create TableNext5.7 Record History