Skip to main content

Create Assessment

Creates a new assessment for a client.

Parameters

ParameterDescription
Client IDThe unique identifier of the client.
NameThe name of the assessment.
NotesAdditional notes to be added to the assessment.
Start DateThe assessment start date.

Example Output

{
"id": <ID>,
"name": "<NAME>",
"notes": "<NOTES>",
"clientId": <CLIENTID>,
"startDate": "<STARTDATE>"
}

Workflow Library Example

Create Assessment with Ivanti Risksense and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop