Returns the current state of a specific upload.

Parameters

ParameterDescription
Client IDThe unique identifier of the client.
Upload IDThe unique identifier of the upload.

Example Output

{
   "id": <ID>,
   "name": "<NAME>",
   "assessmentId": <ASSESSMENTID>,
   "networkId": <NETWORKID>,
   "state": "<STATE>",
   "connectorId": <CONNECTORID>,
   "created": "<CREATED>",
   "userId": <USERID>
 }

Workflow Library Example

Get Upload State with Ivanti Risksense and Send Results Via Email

Preview this Workflow on desktop