GET
/
getEmailRuleTable
getEmailRuleTable
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getEmailRuleTable
{
  "rules": [
    {
      "checkedVal": true,
      "rule": 123,
      "friendlyRule": "<string>",
      "friendlyDescription": "<string>",
      "arguments": [
        "<string>"
      ]
    }
  ],
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  }
}

Query Parameters

APIKey
string
required

Response

Success

rules
object[]
service_status
object