Controller: Vault Management: ExportActivityAsCSV
ExportActivityAsCSV
Starts an asynchronous task that will export the activity in a csv.
The status of the task can be viewed with the GetAsynchrnousTaskStatus api call and the result(csv) is downloadable with the DownloadReport task.
This task supports filtering, paging and filtering for more info.
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
FileserverName* | String | Security token |
*=required
CURL EXAMPLE
curl -v 'https://example.com/ctrller/api.php?Task=ExportActivityAsCSV&FileserverName=nmua000001&Token=ze3rui23oy78zr364fs8FHjf'
Response:
<Response>
<Status>1</Status>
<Message>Success</Message>
<TaskID>5731ed58-a054-4958-b779-099ec0a80297</TaskID>
</Response>