个人SOP列表
开发中
GET
/open-api/staff_sop/list
调用此接口需购买营销席位。
请求参数
Query 参数
start_time
integer
可选
示例值:
1626192000
end_time
integer
必需
示例值:
1626194000
limit
integer
可选
示例值:
20
offset
integer
可选
示例值:
0
access_token
string
调用接口凭证
默认值:
{{access_token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.weibanzhushou.com/open-api/staff_sop/list?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues'
返回响应
🟢200成功
application/json
Body
errcode
integer
必需
errmsg
string
必需
result
array [object {15}]
必需
id
integer
可选
created_at
string
可选
corp_id
integer
可选
updated_at
string
可选
creator_id
integer
可选
deleted
boolean
可选
name
string
可选
creator_staff_ext_id
string
可选
is_active
boolean
可选
type
integer
可选
ranger
string
可选
policy
string
可选
tags
string
可选
tag_condition
string
可选
staff_filter
object
可选
total
integer
必需
示例
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"id": 3000126159,
"created_at": "2024-01-03T11:23:53+08:00",
"corp_id": 1703429757388935200,
"updated_at": "2024-01-03T11:23:53+08:00",
"creator_id": 0,
"deleted": false,
"name": "1220_复制fdsjfkds",
"creator_staff_ext_id": "LuoDaDa",
"is_active": true,
"type": 8,
"ranger": "{\"activate_new_user\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"start_time\":0,\"end_time\":0},\"activate_old_user\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"last_send_day\":0},\"birth\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"birth_before_day\":0},\"customer_stage\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"journey\":0,\"stage\":null},\"ltc_opportunity\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"journey\":0,\"stage\":null},\"festival_marketing\":{\"filter_config\":{\"is_filter\":false,\"filter_condition\":null},\"holiday\":\"\"},\"crowd_package\":{\"package_list\":null},\"customer_tag\":{\"filter_config\":{\"is_filter\":true,\"filter_condition\":[3000357462]}}}",
"policy": "{\"auto_policy\":{\"auto_type\":\"current\",\"start_time\":1704252233}}",
"tags": "[{\"id\":3000357461,\"ext_id\":\"eteo9iCwAASFlgldtRYysIzd0Ovo_QcA\",\"name\":\"1220\"}]",
"tag_condition": "or",
"staff_filter": {
"staff_ext_ids": [],
"department_ext_ids": []
}
}
],
"total": 772
}
🟢200正常返回
修改于 2024-03-05 07:28:47