Parameters
Example Output
Workflow Library Example
Create Assessment with Ivanti Risksense and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"id": <ID>,
"name": "<NAME>",
"notes": "<NOTES>",
"clientId": <CLIENTID>,
"startDate": "<STARTDATE>"
}
Was this page helpful?