This API provides a list of all rules deployed in the network, along with the number of custom groups associated with each rule. It supports filters for rule class and includes pagination for efficient data retrieval.
get /api/1.4/reports/dlp/networkrulesreport
https://{serverurl}/api/1.4/reports/dlp/networkrulesreport
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
This is for navigating to specific pages. This field denotes the current page.
specify the number of records to be displayed per page.
filter endpoint activity report records based on data class. Finance PII Health Source code Custom rules
curl --request GET \
--url https://appdomains/api/1.4/reports/dlp/networkrulesreport \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'Module Code
Response.
Total Number of Records.
Maximum number of records included in this single response.
DLP.
Number of custom groups to which the rule is associated.
DLP rule triggered
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "dlp",
"message_response": {
"total": 1,
"limit": 25,
"dlp": [
{
"cgcount": 1,
"datarule_name": "Batchfile"
}
],
"page": 1
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.