List all Rules

List all organization rules

Get all organizational rules

GET https://<baseurl>/v1/organization/rules/list/@clientUUID

Path Parameters

Name
Type
Description

clientUUID

string

Client UUID

Headers

Name
Type
Description

Authentication

string

Authentication tokens.

#########################################################################
## 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"
}

Last updated