错误码 | 说明 |
---|---|
301055 | 无审批应用数据拉取权限 |
301025 | 请求参数错误 |
301026 | 批量拉取审批单内部接口失败 |
curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/oa/getapprovalinfo?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"starttime": "1569546000",
"endtime": "1569718800",
"cursor": 0,
"size": 100,
"filters": [
{
"key": "template_id",
"value": "ZLqk8pcsAoaXZ1eY56vpAgfX28MPdYU3ayMaSPHaaa"
},
{
"key": "creator",
"value": "WuJunJie"
},
{
"key": "department",
"value": "1"
},
{
"key": "sp_status",
"value": "1"
}
]
}'
{
"errcode": 0,
"errmsg": "string",
"sp_no_list": [
"string"
]
}