Fortinet black logo

Online Help

Get Number of DLP Documents

Copy Link
Copy Doc ID 623e79e5-e0e1-11eb-97f7-00505692583a:246019

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"

}

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"

}