The ExportTable function exports the database to a file and returns the location of the file for download.

GET/Remote/ExportTable

REQUEST PARAMETERS

ParameterTypeDescriptionRequired
mluser string Username - always in email form.
mltoken -or- mlpass string MapLarge generated auth token -or- the password for the mluser account.
tableName string Short table name: account/tablename

EXAMPLE REQUEST

https://my.maplarge.com//Remote/ExportTable?mluser=user@domain.com&mltoken=token&tableName=test/testtableB1417

*Either a token or password can be used in any request where authentication is required.

RETURNS

{
    "id": "dc9f60fbbbb8466f96248",
    "hash": null,
    "success": true,
    "isCached": false,
    "authorized": true,
    "errors": [],
    "timestamp": 1420568725,
    "data": null,
    "url": "http://locationofile"
}

ACTION SPECIFIC RESPONSE VALUES

ParameterTypeDescription
url string Location of exported table.