Update Assessment
Updates a specific assessment.
Parameters
Parameter | Description |
---|---|
Assessment ID | The unique identifier of the assessment. |
Client ID | The unique identifier of the client. |
Name | The name of the assessment. |
Notes | Optional notes to be added to the assessment. |
Start Date | The 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
Preview this Workflow on desktop