Quick Rule by Title
GET {{biBaseURL}}/QuickRules?title=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
title | null | Title of the Quick Rule. |
Request Body
{"IDs"=>"[ int]", "Title"=>"string", "Category"=>"string", "Description"=>"string", "RuleType"=>"string"}
RESPONSES
status: OK
{"SmartRuleID":"int","OrganizationID":"string","Title":"string","Description":"string","Category":"string","Status":"int","LastProcessedDate":"datetime","IsReadOnly":"bool","RuleType":"string"}