This API lists all false positives raised by endpoints across the enterprise perimeter. It supports filters for boundary type and includes pagination for easy result navigation. The response also indicates the number of endpoints that raised false positives.
get /api/1.4/reports/dlp/networkcbfpreport
https://{serverurl}/api/1.4/reports/dlp/networkcbfpreport
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 false positive report records based on boundary type. 1 - Storage devices 5 - Network printers 6 - USB printers 8 - Web domains 16 - Email domains
curl --request GET \
--url https://appdomains/api/1.4/reports/dlp/networkcbfpreport \
--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.
Boundary value (printer, domain, etc.)
Number of endpoints from which the false positives are raised.
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "dlp",
"message_response": {
"total": 1,
"limit": 25,
"dlp": [
{
"boundary_value": "Canon E470 series (Copy 1)",
"resourcecount": 1
}
],
"page": 1
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.