{
"unPage": false,
"pageNumber": 1,
"code": "",
"sorting": "",
"sortingDirection": "",
"name": "",
"pageSize": 10
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/tenant/getList' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"unPage": false,
"pageNumber": 1,
"code": "",
"sorting": "",
"sortingDirection": "",
"name": "",
"pageSize": 10
}'
{
"totalCount": 0,
"items": [
{
"id": "string",
"updateAt": {
"wall": 0,
"ext": 0,
"loc *Location": {}
},
"creationTime": {
"wall": 0,
"ext": 0,
"loc *Location": {}
},
"deleted": true,
"name": "string",
"code": "string",
"company": "string",
"department": "string",
"service": "string",
"desc": "string",
"permissionCodeList": [
"string"
]
}
]
}