Fortinet black logo

Online Help

Get Status

Get Status

Description

Get status definition from FortiCASB system.

URL

/api/v1/status

Method: Get

Request Headers

Key

Value

Type

Description

Authorization Bearer <Authorization Token> String Authorization credential generated by FortiCASB
Content-Type application/json String
companyId <Company ID> Integer Company ID of which the business unit is under, can be obtained through Get Resource Map.

roleId

<User ID>

Integer

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

Sample Request

Request URL

GET https://www.forticasb.com/api/v1/status

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

companyId: 62598

roleId: 36241

Response Variables

Name

Type

Description

id String Status ID
name String Service Status

Sample Response

[

{

"id":"1",

"name":"New"

},

{

"id":"2",

"name":"In progress"

},

{

"id":"3",

"name":"Resolved"

},

{

"id":"4",

"name":"Discard"

}

]

Get Status

Description

Get status definition from FortiCASB system.

URL

/api/v1/status

Method: Get

Request Headers

Key

Value

Type

Description

Authorization Bearer <Authorization Token> String Authorization credential generated by FortiCASB
Content-Type application/json String
companyId <Company ID> Integer Company ID of which the business unit is under, can be obtained through Get Resource Map.

roleId

<User ID>

Integer

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

Sample Request

Request URL

GET https://www.forticasb.com/api/v1/status

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

companyId: 62598

roleId: 36241

Response Variables

Name

Type

Description

id String Status ID
name String Service Status

Sample Response

[

{

"id":"1",

"name":"New"

},

{

"id":"2",

"name":"In progress"

},

{

"id":"3",

"name":"Resolved"

},

{

"id":"4",

"name":"Discard"

}

]