Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"pageSize": "null",
"pageIndex": "null",
"customerId": "null",
"fenceName": "null",
"fenceType": "null"
}
Request Code Samples
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/fence/page' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": "null",
"pageIndex": "null",
"customerId": "null",
"fenceName": "null",
"fenceType": "null"
}'
Responses
application/json {
"code": 0,
"data": {
"records": [
{
"id": "",
"fenceName": "",
"customerId": "",
"remark": "",
"fenceType": 0,
"fenceRange": ""
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}
Modified at 2024-01-02 08:07:08