Import risks from spreadsheet

The import_risks_from_spreadsheet request imports risks to a custom risk profile from a spreadsheet file.

Request Method: PUT

Request URL Parameters:

Element

Type

Description

SessionID

Mandatory

String

Session ID returned in login request.

RiskProfileName

Mandatory

String Name of the risk profile you are importing risks to.

EncodedFileData

Mandatory

String Path to a spreadsheet file, 64-encoded

InheritStandard

Mandatory

Integer

Determines whether the new risk profile should inherit from the standard profile.

  • 0 = No
  • 1 = Yes

Response:

Element

Type

Description

RetVal

Integer

One of the following:

  • 0 = Failed
  • 1 = Succeeded
RetMessage String Message to indicate the success of the API call.