Fortinet black logo

Online Help

Post C-Level Report Summary

Post C-Level Report Summary

Description

Return all C-Level reports instances generated on FortiCASB.

URL

/api/v1/report/clevel/page

Method: Post

Request Headers

Key

Value

Type

Description

Authorization Bearer <Authorization Token> String Authorization credential generated by FortiCASB
Content-Type application/json String

buId

<Business Unit ID>

Long

The targeted business unit ID on FortiCASB. Business unit ID can be obtained through . Alternatively, it can also be obtained from the REST API Get Resource Map

roleId

<User ID>

Integer

Login user ID, can be obtained through Get Resource Map.

companyId <Company ID> Integer Company ID of which the business unit is under, can be obtained through Get Resource Map.

Sample Request

Request URL

POST https://www.forticasb.com/api/v1/report/clevel/page

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

buid: 6384

service: Office365

companyId: 62598

roleid: 36241

Request Body

{

"skip": 0,

"limit": 1

}

Response Variables

Name

Type

Description

filename String C-Level report name.
date String Date the C-Level report generated.
id String Id of the C-Level report.

Sample Response

{

"data": {

"datas": [

{

"id": 3840,

"name": "2024 Annual",

"date": "2024-01-13T00:29:14.556Z",

"cLevel": true,

"status": "completed_success",

"finished": true,

"timezoneOffset": 0

}

],

"totalPage": 0,

"limit": 1,

"skip": 0,

"totalCount": 617

},

"code": 0,

"msg": "success",

"httpCode": 200

}

Post C-Level Report Summary

Description

Return all C-Level reports instances generated on FortiCASB.

URL

/api/v1/report/clevel/page

Method: Post

Request Headers

Key

Value

Type

Description

Authorization Bearer <Authorization Token> String Authorization credential generated by FortiCASB
Content-Type application/json String

buId

<Business Unit ID>

Long

The targeted business unit ID on FortiCASB. Business unit ID can be obtained through . Alternatively, it can also be obtained from the REST API Get Resource Map

roleId

<User ID>

Integer

Login user ID, can be obtained through Get Resource Map.

companyId <Company ID> Integer Company ID of which the business unit is under, can be obtained through Get Resource Map.

Sample Request

Request URL

POST https://www.forticasb.com/api/v1/report/clevel/page

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

buid: 6384

service: Office365

companyId: 62598

roleid: 36241

Request Body

{

"skip": 0,

"limit": 1

}

Response Variables

Name

Type

Description

filename String C-Level report name.
date String Date the C-Level report generated.
id String Id of the C-Level report.

Sample Response

{

"data": {

"datas": [

{

"id": 3840,

"name": "2024 Annual",

"date": "2024-01-13T00:29:14.556Z",

"cLevel": true,

"status": "completed_success",

"finished": true,

"timezoneOffset": 0

}

],

"totalPage": 0,

"limit": 1,

"skip": 0,

"totalCount": 617

},

"code": 0,

"msg": "success",

"httpCode": 200

}