Forcing an Automatic Import to Run

The ForceRunImport function forces an automatic import to run. The autoimport is identified by the autoimport id.

GET/Remote/ForceRunImport

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.
id long Autoimport id

EXAMPLE REQUEST

https://my.maplarge.com/Remote/ForceRunImport?mluser=user@domain.com&mltoken=token&id=7

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

RETURNS

{ 
"id": "8127151d7bb643b9a071172e11cd6b41",
    "hash": null,
    "success": true,
    "isCached": false,
    "authorized": true,
    "errors": [],
    "timestamp": 1420568625,
    "data": null
 }