...
You can poll the status or use the callback parameter. When the operation is complete, the results are in the custom property:
Code Block |
---|
{
"trm": {
"requestid": 32230,
"isbatch": false,
"status": "Finished",
"statusText": "Finished!"
},
"custom": {
"filetoken": "178eee3996bd4898b31da69a4fe5b206",
"count": 6
}
} |
...
The custom property is a JSON object:
...