Bes_Open_API_English
  1. Leads
Bes_Open_API_English
  • Development guideline
    • BesChannels Product Overview
    • Log Update
  • Authentication
    • openapi-Get token
      POST
  • Leads
    • Get Leads List
      POST
    • Get Leads Details
      POST
    • Leads Create/Add
      POST
    • Leads Edit
      POST
    • Leads Delete
      POST
    • Get List of Remark
      POST
    • Add Remarks
      GET
    • Leads Assignment
      POST
    • Get Leads Activities & Attributes
      POST
    • Get Leads Behaviors
      POST
  • Contents
    • Get Content List
      POST
  • Events
    • Get Events List
      POST
  • Table Structure
    • Application acquiry
      POST
    • Table Structure List
      POST
    • Table Structure Details
      POST
  • Behaviors-NEW
    • Add Application
      POST
    • Add Activities
      GET
    • Get Activities
      POST
    • Get Activities Attributes
      POST
    • Add Activities Attributes
      POST
    • Add Users Behaviors
      POST
  • Others
    • Error code
  1. Leads

Get List of Remark

POST
/leads/open-api/get-remarks-list
List for remark acquiry

Request

Query Params
access_token
string 
required
Example:
{{access_token}}
Body Params application/json
leads_id
array[integer]
线索id数组
optional
线索id数组 此字段与rule 同步时不能为空
rule
object 
留资更新规则
optional
Email
string 
邮箱
required
MobilePhone
string 
手机号
required
Example
{
    "leads_id": [90709],
    "rule":{
        "Email":"ceshi@qq.com",
        "MobilePhone":"13691011211"
    }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://openapi.beschannels.com/leads/open-api/get-remarks-list?access_token=uURA1lnYsBr22I6UYoLZH0s9y3HU2Xsn7UHA4dIDgHPYHwZqTpWJr_GwfBokKNQZfF7rWgukJmjo_Jg9cNfN_4VO2lJpkhHOoOS9RA_MVi-x4nyJolWKNq3l8KhslWxk' \
--header 'Content-Type: application/json' \
--data-raw '{
    "leads_id": [90709],
    "rule":{
        "Email":"ceshi@qq.com",
        "MobilePhone":"13691011211"
    }
}'

Responses

🟢200Successful request
application/json
Body
code
integer 
required
0=success, others failes
msg
string 
required
status code description
data
object 
required
total
integer 
required
list
array [object {13}] 
required
Example
{
    "code": 0,
    "msg": "string",
    "data": {
        "total": 0,
        "list": [
            {
                "id": 0,
                "content": "string",
                "images": [
                    "string"
                ],
                "create_time": "string",
                "creator": "string",
                "pid": 0,
                "top": 0,
                "children": [
                    {
                        "id": 0,
                        "content": "string",
                        "images": [
                            "string"
                        ],
                        "create_time": "string",
                        "creator": "string",
                        "pid": 0,
                        "top": 0,
                        "is_edit": 0,
                        "is_top": 0,
                        "is_del": 0,
                        "is_show": 0,
                        "headimg": "string"
                    }
                ],
                "is_edit": 0,
                "is_top": 0,
                "is_del": 0,
                "is_show": 0,
                "headimg": "string"
            }
        ]
    }
}
Modified at 2023-06-07 11:11:08
Previous
Leads Delete
Next
Add Remarks
Built with