GET api/kaoqin/list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Kaoqin
NameDescriptionTypeAdditional information
guid

string

String length: inclusive between 0 and 50

pguid

string

String length: inclusive between 0 and 50

leixing

integer

None.

bcdt

date

None.

zt

string

String length: inclusive between 0 and 50

bz

string

String length: inclusive between 0 and 500

IP

string

String length: inclusive between 0 and 50

xglist

string

String length: inclusive between 0 and 200

qiandaoshijian

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "guid": "sample string 1",
    "pguid": "sample string 2",
    "leixing": 3,
    "bcdt": "2025-08-22T15:23:16.6068006+08:00",
    "zt": "sample string 5",
    "bz": "sample string 6",
    "IP": "sample string 7",
    "xglist": "sample string 8",
    "qiandaoshijian": "sample string 9"
  },
  {
    "guid": "sample string 1",
    "pguid": "sample string 2",
    "leixing": 3,
    "bcdt": "2025-08-22T15:23:16.6068006+08:00",
    "zt": "sample string 5",
    "bz": "sample string 6",
    "IP": "sample string 7",
    "xglist": "sample string 8",
    "qiandaoshijian": "sample string 9"
  }
]