GET api/customerintentions?page={page}&pagesize={pagesize}&IsGet={IsGet}
获取资源列表分页
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
Default value is 1 |
|
pagesize | integer |
Default value is 20 |
|
IsGet | integer |
Default value is -2 |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfCxccPageDataOfCustomerIntentionName | Description | Type | Additional information |
---|---|---|---|
data | CxccPageDataOfCustomerIntention |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "total": 1, "page_total": 2, "page_data": [ { "customerid": "sample string 1", "intentionid": "sample string 2", "intentiondealingid": "sample string 3", "baoid": "sample string 4", "baotagname": "sample string 5", "tpname": "sample string 6", "customername": "sample string 7", "areaid": "sample string 8", "areaname1": "sample string 9", "areaname2": "sample string 10", "areaname3": "sample string 11", "tel": "sample string 12", "addtime": "2025/04/04 21:04:47", "getflag": 14, "statusname": "sample string 15", "referredtime": "2025/04/04 21:04:47", "isnew": 17 }, { "customerid": "sample string 1", "intentionid": "sample string 2", "intentiondealingid": "sample string 3", "baoid": "sample string 4", "baotagname": "sample string 5", "tpname": "sample string 6", "customername": "sample string 7", "areaid": "sample string 8", "areaname1": "sample string 9", "areaname2": "sample string 10", "areaname3": "sample string 11", "tel": "sample string 12", "addtime": "2025/04/04 21:04:47", "getflag": 14, "statusname": "sample string 15", "referredtime": "2025/04/04 21:04:47", "isnew": 17 } ], "page_index": 3 }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.