Bes_Open_API_English
  1. Behaviors-NEW
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. Behaviors-NEW

Get Activities

POST
/leads/open-api/get-event
Obtain a list of event bahaviors, such as events registering fevents attendance, events view and so on.

Request

Query Params
access_token
string 
optional
Example:
moaCz9-6JH0SDNSGmERucIyZzOgJiZ_VLHJgKco6uu4PIrbvNjJfGgsrlzrheC3XspscmE5WOmmLmwph0qOuQSxjLfs0cRWU4p83lmTy8t9IXdWiHIkuKArGHIDteahW
Body Params application/json
app_id
integer 
应用id
required
Example
{
    "app_id":6
}

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 --request POST 'https://openapi.beschannels.com/leads/open-api/get-event?access_token=moaCz9-6JH0SDNSGmERucIyZzOgJiZ_VLHJgKco6uu4PIrbvNjJfGgsrlzrheC3XspscmE5WOmmLmwph0qOuQSxjLfs0cRWU4p83lmTy8t9IXdWiHIkuKArGHIDteahW' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_id":6
}'

Responses

🟢200success
application/json
Body
object {0}
Example
{}
🟢200成功
🟢200成功
Modified at 2023-06-07 11:21:24
Previous
Add Activities
Next
Get Activities Attributes
Built with