1.获取数据对象的数据列表
接口
POST https://open.jisuapp.cn/business/Application/dataList
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | Y | 用户授权的唯一票据 |
page | int | N | 页码 |
page_size | int | N | 每页数量,默认10 |
form | String | N | formName |
idx_arr | String | N | idx_arr |
search_key | String | N | search_key |
search_value | String | N | search_value |
sort_key | String | N | sort_key |
sort_direction | int | N | sort_direction |
返回参数
参数 | 类型 | 说明 |
---|---|---|
status | int | 状态码 0成功 1失败 |
data. | array | 数据信息 |
参数返回示例
{
"status": 0,
"data": [
{
"id": "455944",
"app_id": "PJPf69ovfQ",
"user_token": "bebb9d845096646be95a73df0aa495d0",
"form": "XOBAYAUxBp",
"form_data": {
"vHhHYpohpW": "xxxx",
"uUtuesSvsg": "1111111",
"UGsNbOQGRU": "2020-01-16 14:05",
"id": "455944"
},
"status": "0",
"is_deleted": "0",
"add_time": "1579154752",
"update_time": "0",
"weight": "0",
"nickname": "16461898"
},
{
"id": "455943",
"app_id": "PJPf69ovfQ",
"user_token": "bebb9d845096646be95a73df0aa495d0",
"form": "XOBAYAUxBp",
"form_data": {
"vHhHYpohpW": "xxxx",
"uUtuesSvsg": "1111111",
"UGsNbOQGRU": "2020-01-16 14:05",
"id": "455943"
},
"status": "0",
"is_deleted": "0",
"add_time": "1579154749",
"update_time": "0",
"weight": "0",
"nickname": "16461898"
},
{
"id": "455942",
"app_id": "PJPf69ovfQ",
"user_token": "bebb9d845096646be95a73df0aa495d0",
"form": "XOBAYAUxBp",
"form_data": {
"vHhHYpohpW": "xxxx",
"uUtuesSvsg": "1111111",
"UGsNbOQGRU": "2020-01-16 14:05",
"id": "455942"
},
"status": "0",
"is_deleted": "0",
"add_time": "1579154747",
"update_time": "0",
"weight": "0",
"nickname": "16461898"
},
{
"id": "455941",
"app_id": "PJPf69ovfQ",
"user_token": "bebb9d845096646be95a73df0aa495d0",
"form": "XOBAYAUxBp",
"form_data": {
"vHhHYpohpW": "xxxx",
"uUtuesSvsg": "1111111",
"UGsNbOQGRU": "2020-01-16 14:05",
"id": "455941"
},
"status": "0",
"is_deleted": "0",
"add_time": "1579154745",
"update_time": "0",
"weight": "0",
"nickname": "16461898"
},
{
"id": "455940",
"app_id": "PJPf69ovfQ",
"user_token": "bebb9d845096646be95a73df0aa495d0",
"form": "XOBAYAUxBp",
"form_data": {
"vHhHYpohpW": "xxxx",
"uUtuesSvsg": "1111111",
"UGsNbOQGRU": "2020-01-16 14:05",
"id": "455940"
},
"status": "0",
"is_deleted": "0",
"add_time": "1579154743",
"update_time": "0",
"weight": "0",
"nickname": "16461898"
},
{
"id": "455939",
"app_id": "PJPf69ovfQ",
"user_token": "bebb9d845096646be95a73df0aa495d0",
"form": "XOBAYAUxBp",
"form_data": {
"vHhHYpohpW": "xxxx",
"uUtuesSvsg": "1111111",
"UGsNbOQGRU": "2020-01-16 14:05",
"id": "455939"
},
"status": "0",
"is_deleted": "0",
"add_time": "1579154741",
"update_time": "0",
"weight": "0",
"nickname": "16461898"
},
{
"id": "455938",
"app_id": "PJPf69ovfQ",
"user_token": "bebb9d845096646be95a73df0aa495d0",
"form": "XOBAYAUxBp",
"form_data": {
"vHhHYpohpW": "小心心",
"uUtuesSvsg": "111111",
"UGsNbOQGRU": "2020-01-16 14:03",
"id": "455938"
},
"status": "0",
"is_deleted": "0",
"add_time": "1579154638",
"update_time": "0",
"weight": "0",
"nickname": "16461898"
}
],
"is_more": 0,
"current_page": 1,
"count": "7",
"total_page": 1
}