接口URL:https://api.kingdee.com/weigusoft/wg_crm/wg_activityListApi?access_token=
Content-Type:application/json
请求方式:post
接口备注:暂无描述
请求头参数:
- 所有的接口必须携带header参数
| 参数名称 | 参数示例 | 是否必填 | 参数说明 |
|---|---|---|---|
| Content-Type | application/json | true | 固定传:application/json |
| groupName | ns-v7g6 | true | 分组名称,获取授权信息时返回的groupName |
| accountId | 16xxxxxxxxxxxx | true | 账套ID,获取授权信息时返回的accountId |
| X-GW-Router-Addr | https://tf.jdy.com | true | IDC域名,获取授权信息时返回的domain |
请求体参数:
|
参数名 |
示例值 |
参数类型 |
是否必填 |
参数描述 |
|
actid |
|
String |
是 |
|
|
activitystatus |
|
String |
是 |
状态 A未开始/B执行中/C已完成/D终止。空是所有 |
|
assignor |
1453492912665966592 |
String |
是 |
指派人 |
|
billstate |
|
|
|
|
|
cusid |
是 |
|
||
|
employeeId |
1683371589380386816 |
String |
是 |
当前登录人员id |
|
endState |
C |
String |
是 |
完成情况 A已开始(准时) B已开始(提前) C已开始(推迟) D未开始(已超期) E未开始(未超期) |
|
etime |
2025-02-10 00:00:00 |
String |
是 |
结束时间 |
|
executor |
1453492912665966592 |
String |
|
执行人 |
|
importance |
1434154845970908160 |
String |
是 |
重要性 |
|
key |
|
|
是 |
任务所属 bar_arrange:我安排的 bar_wait:我的待办 bar_partake:我参与的 bar_my_done:我的已办 bar_my_create:我创建的 wg_bar_waitclaim:待认领的 |
|
pageindex |
|
Number |
是 |
分页 |
|
pagesize |
|
String |
是 |
分页 |
|
projectid |
|
String |
是 |
暂无描述 |
|
search |
|
String |
是 |
模糊搜索 |
|
sourceid |
|
String |
是 |
源单id |
|
startState |
|
String |
否 |
上级项目 |
|
stime |
2025-02-10 00:00:00 |
|
|
开始时间 |
|
typeid |
1434159178644997120 |
|
|
任务类型 |
|
wgbilltype |
2 |
|
|
单据类型 1crm任务 2项目任务 |
请求示例:
{"sourceid":"","pageindex":1,"pagesize":10,"search":"","typeid":"","cusid":"","billstate":"","activitystatus":"","stime":"","etime":"","key":"bar_wait","employeeId":"1683371589380386816","actid":"","wgbilltype":"2","projectid":"","assignor":"","executor":"1453492912665966592","importance":"1434154845970908160","startState":"","endState":"A"}
相应示例:(成功200,失败201)
{
"data": {
"currentPageSize": 10,
"currentPageIndex": 1,
"totalPages": 1,
"count": 1,
"list": [
{
"actId": "1721875070529372162",
"actNo": "ACT-20230704-00000002",
"name": "E计划",
"cusId": "1453663851282230272",
"cusName": "0629为谷",
"actTypeId": "1434159430940807168",
"actTypeName": "项目",
"actStartDt": "2023-05-31 08:00:00.0",
"actEndDt": "2023-05-31 17:00:00.0",
"actStatus": "A",
"actProcess": "60",
"projectId": "1696963995912638464",
"projectName": "南京机场项目",
"startresult": "已开始(推迟36天)",
"endresult": "未完成(已超期621天)",
"executors": []
}
]
},
"errorCode": "success",
"status": true,
"success": true
}