cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/task/info/list \ --header 'Content-Type: application/json' \ --data ' { "phoneId": 123, "taskIds": [ 123 ] } '
{ "traceId": "", "code": 0, "msg": "", "data": [ { "id": 0, "phoneId": 0, "teamId": 0, "userId": 0, "opType": "", "apkPkg": "", "apkVersionCode": 0, "downloadUrl": "", "status": 0, "startTime": "", "endTime": "", "remark": "" } ], "status": "" }
batch query task information (up to 100 items per query)
Phone ID,obtain through Get phone list api
Get phone list
List of task IDs
100
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