Version: 17.07
Supported Since: 17.07
Get Act-On List Upload Status connector operation provides the ability to a retrieve a list update job status based on a given job ID from an Update/Merge operation response.
* marked fields are mandatory
Job ID * |
Basic |
The job ID of the list upload. This can be specified as a constant value or as a combination of placeholder expressions such as @{message.headers.<name>}, @{message.properties.<name>}, @{message.id}, @{mc.id}, @{mc.properties.<name>}, @{variable.<name>}.
|
If this operation was invoked successfully, it will provide a response message with a JSON payload of the following format.
{
"status": "success",
"jobDetails": "{"status":"ok","listId":"l-08fd","appendCount":9,"updateCount":0,"failedCount":0,"rejectedCount":5}",
"details": {
"status": "ok",
"listId": "l-169c",
"appendCount": 9,
"updateCount": 0,
"failedCount": 0,
"rejectedCount": 5
},
"rejectedRecordsUrl": "api_upload_5_7_192.168.182.133_85017.dat_bad.csv"
}
This response included no of rejected record count, then this json response has additional field. It called
rejectedRecordsUrl . This field has file of rejected records from a list upload.
|