Skip to main content
GET
/
open
/
api
/
network
/
list
Get network list
curl --request GET \
  --url https://user.pmock.com/api/open/api/network/list
{
  "traceId": "",
  "total": 0,
  "rows": [
    {
      "id": 0,
      "name": "",
      "num": 0,
      "groupId": 0,
      "groupName": "",
      "host": "",
      "port": 0,
      "account": "",
      "password": "",
      "type": "",
      "status": 0,
      "detectDataType": 0,
      "bindCount": 0,
      "boxBindCount": 0,
      "countryCode": "",
      "timezone": "",
      "language": "",
      "countryName": "",
      "region": "",
      "latitude": "",
      "longitude": "",
      "ip": "",
      "remark": "",
      "createTime": "",
      "updateTime": ""
    }
  ],
  "code": 0,
  "msg": ""
}

Query Parameters

host
string

proxy network ip/domain The host value contained in the current interface's returned result

num
integer

The num value contained in the current interface's returned result

remark
string

remark

groupId
integer<int64>

The groupId value contained in the current interface's returned result

groupCode
string

Network system packet code, all_group=All groups,renew_expired=After the renewal period,un_group=Not grouped

groupType
string

Network Packet Type, system_group=System grouping,custom_group=Custom grouping

pageSize
integer

Number of records displayed per page The default is1,and the maximum number of items in a single query is:1

pageNum
integer

Current page count

Response

200 - application/json
traceId
string

Link ID

total
integer<int64>

Total number of records

rows
object[]

list data

code
integer

Message status code

msg
string

message content