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