Skip to main content

Update Assessment

Updates a specific assessment.

Parameters

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

Example Output

{
"id": <ASSESSMENTID>,
"clientId": <CLIENTID>
"name": "<ASSESSMENTNAME>",
"notes": "<NOTES>",
"startDate": "<STARTDATE>"
}

Workflow Library Example

Update Assessment with Ivanti Risksense and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop