This API lists all network printers deployed in the environment and displays the number of custom groups associated with each printer. It also supports pagination.
get /api/1.4/reports/dlp/networkprinterreport
https://{serverurl}/api/1.4/reports/dlp/networkprinterreport
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.
curl --request GET \
--url https://appdomains/api/1.4/reports/dlp/networkprinterreport \
--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 network printer is associated.
Printer accessed
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "dlp",
"message_response": {
"total": 1,
"limit": 25,
"dlp": [
{
"dlpnetworkprinters.printer_name": "secure",
"cgcount": 5
}
],
"page": 1
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.