Get Number of DLP Documents
Description
Get the total number of DLP sensitive documents.
URL
/api/v1/dashboard/document/dlp
Method: Get
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
companyId | <12345> | String | Company ID - Company ID can be obtained through Get Resource Map |
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiCWP |
Content-Type | application/json | String |
Sample request
Request URL |
GET https://www.forticwp.com/api/v1/dashboard/document/dlp |
Request Header |
Authorization: Bearer <Authorization_Token> companyId: 1 Content-Type: application/json |
Response Variables
Name |
Type |
Description |
---|---|---|
count | Integer | Number of documents |
message | String | Violation type, e.g., "sensitive" |
Sample Response
{
"count":107,
"message":"sensitive"
}