List all Rules
List all organization rules
Get all organizational rules
GET
https://<baseurl>/v1/organization/rules/list/@clientUUID
Path Parameters
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200,
"rules": [
{
"rule_id": 6,
"uuid": "b1bba785-8579-43d5-82ae-9bc1edc9a396",
"ruleName": "sssss",
"tagType": "RFID",
"ts": "2020-02-20 07:02:56",
"disabledFlag": 1
},
]
}
#########################################################################
## Error:No data found
#########################################################################
{
"message": "error",
"status": 400,
"description": "No data found"
}