Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"netOpname": "string",
"buyChannel": "string",
"equipmentId": "string",
"equipmentType": 0,
"cardStatus": 0,
"imsi": "string",
"iccid": "string",
"cardNo": "string",
"flowExpriedBeginTime": "string",
"flowExpriedEndTime": "string",
"flowExpriedDay": 0,
"operationStatus": 0
}curl --location --request POST '/management/iotCard/queryByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"netOpname": "string",
"buyChannel": "string",
"equipmentId": "string",
"equipmentType": 0,
"cardStatus": 0,
"imsi": "string",
"iccid": "string",
"cardNo": "string",
"flowExpriedBeginTime": "string",
"flowExpriedEndTime": "string",
"flowExpriedDay": 0,
"operationStatus": 0
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"tenantId": "",
"netOpname": "",
"buyChannel": "",
"equipmentId": "",
"equipmentType": 0,
"imsi": "",
"iccid": "",
"cardNo": "",
"openCardTime": "",
"activeTime": "",
"cardExpriedTime": "",
"flowExpriedTime": "",
"totalFlow": "",
"usedFlow": "",
"leftFlow": "",
"cardStatus": 0,
"operationStatus": 0
}
]
},
"stackTraceMsg": ""
}