ExportAccountsAsCSV

Starts an asynchronous task that will export the accounts 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


  1. AMS/Partner username and password
Input Parameter Type Description
Token* String Security token

*=required

CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ExportAccountsAsCSV&Token=rna5jd3car717jsdicfhcihkj2'
RESPONSE
<Response>
    <Status>1</Status>
    <Message>Success</Message>
    <TaskID>5731ed58-a054-4958-b779-099ec0a80297</TaskID>
</Response>