暂无描述
Authorization: Bearer ********************
{
"appId": 57,
"page": 1,
"pageSize": 10,
"queryType": 1,
"tabType": 1,
"flowNodeId": 0,
"keyword": "",
"queries": [
{
"maxValue": null,
"minValue": null,
"fid": "number",
"typeId": 1,
"keyword": "",
"scope": 1
}
],
"sorts": [
{
"fid": "SLfSodNQmSpMiyUY_NBhd",
"typeId": 1,
"isAscend": true
}
],
"applyId": []
}
curl --location --request POST 'https://api.tolink.cloud/apply/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 57,
"page": 1,
"pageSize": 10,
"queryType": 1,
"tabType": 1,
"flowNodeId": 0,
"keyword": "",
"queries": [
{
"maxValue": null,
"minValue": null,
"fid": "number",
"typeId": 1,
"keyword": "",
"scope": 1
}
],
"sorts": [
{
"fid": "SLfSodNQmSpMiyUY_NBhd",
"typeId": 1,
"isAscend": true
}
],
"applyId": []
}'
{
"code": 0,
"data": {
"list": [
{
"data": [
{
"fid": "number",
"tableValues": [],
"typeId": 1,
"value": {
"value": "111",
"id": 0,
"userId": 0,
"otherInfo": ""
},
"values": []
}
],
"id": 111,
"nodeId": 0
}
],
"page": 1,
"total": 5
},
"msg": "success"
}