Tài liệu tham khảo API
/- Điện thoại đám mây
- API cục bộ
/
Lấy danh sách lịch trình
Trạng thái lịch trình; 0: Đang chờ thực thi; 1: Đang thực thi; 2: Thực thi hoàn tất; 3: Hủy
POST
curl -i -X POST \
'http://127.0.0.1:40000/api/cloudphone/rpa/task/page?enabled=true&mainTaskName=string&taskState=3&templateTitle=string&pageNo=string&pageSize=string' \
-H 'Content-Type: application/json' \
-d '{
"enabled": true,
"taskName": "string",
"templateTitle": "string",
"taskState": 0,
"pageNo": 0,
"pageSize": 0
}'Response
{ "code": 0, "msg": "string", "requestId": "string", "data": { "dataList": [ … ], "current": 0, "pages": 0, "total": 0 } }