Retrieves the detailed summary of a specific data rule by its unique identifier.
https://{serverurl}/endpointdlp/api/data-classification/data-rule/data-rule-details/{dataRuleId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Unique identifier of the data rule. Fetch from Get All Data Rules
curl --request GET \
--url https://appdomains/endpointdlp/api/data-classification/data-rule/data-rule-details/{dataRuleId} \
--header 'Accept: application/dataRuleDetail.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Data rule detail wrapper
Name of the data rule
Unique identifier of the data rule
Type of the data rule (1=Predefined, 2=Custom)
Description of the data rule
Number of occurrences threshold
Sub-rule type identifier (1=Regex, 2=Keyword, 3=Fingerprint)
Regex sub-rule details (present when subRuleTypeId=1)
List of regex patterns
List of dictionary words
Keyword sub-rule details (present when subRuleTypeId=2)
Whether keyword matching is case-sensitive
File details for the keyword reference file
Name of the reference file
Server-side path of the reference file
Fingerprint sub-rule details (present when subRuleTypeId=3)
File details for the fingerprint reference file
Name of the reference file
Server-side path of the reference file
List of file extensions to scan
Internal error code returned when fetching data rule details by ID fails
Failure message describing why the data rule details could not be retrieved
Successful retrieval of data rule details
{
"dataRuleDetail": {
"regexSubRuleBean": {
"dictionaryWordList": [],
"regexValueList": [
"\\d{3}-\\d{2}-\\d{4}"
]
},
"keywordSubRuleBean": null,
"dataRuleId": "1000045",
"noOfOccurrence": "3",
"dataRuleDescription": "Detects US Social Security Numbers",
"extensionList": [
"txt",
"csv",
"pdf"
],
"dataRuleName": "US Social Security Number",
"dataRuleType": 1,
"fingerprintSubRuleBean": null,
"subRuleTypeId": 1
}
}
Internal server error
{
"errorMessage": "Exception occurred while fetching DataRule summary",
"errorCode": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.