Skip to main content
POST
/
open
/
api
/
task
/
info
/
list
Get task info list
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": ""
}

Body

application/json
phoneId
integer<int64>
required

Phone ID,obtain through Get phone list api

taskIds
integer[]
required

List of task IDs

Maximum array length: 100

Response

200 - application/json
traceId
string
required

Request link ID

code
integer
required

code

msg
string
required

Request return message

status
string
default:finish
required

Status, representing whether this is an instant completion or waiting state, finish or pending

data
object[]

Request return data