Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://user.pmock.com/api/open/api/rpa/task/getInfo/{id}
{ "traceId": "<string>", "code": 123, "msg": "<string>", "status": "finish", "data": { "id": 123, "templateName": "<string>", "name": "<string>", "phoneNum": 123, "status": 123, "startTime": "<string>", "endTime": "<string>", "taskList": [ { "id": 123, "code": "<string>", "phoneName": "<string>", "startTime": "<string>", "endTime": "<string>", "params": { "key": "<string>" }, "failIdx": 123, "errorImgUrl": "<string>", "status": 123, "nodeList": [ { "id": 123, "taskId": 123, "idx": 123, "parentIdx": 123, "type": 123, "name": "<string>", "start": "<string>", "cost": 123, "status": 123, "nextIdx": 123, "description": "<string>", "hasChildren": true, "childrenList": [ "<unknown>" ] } ] } ], "createTime": "<string>" } }
RPA
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data
Show child attributes