| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL | http://<replication-url>/export |
|---|---|
| Parent Resource | Replication |
since parameter causes only recent changes to be exported.
| Parameter | Details |
|---|---|
| f | Description: The response format. The default response format is html. Values: html | json |
| user | Required Description: The username of the client. |
| since | Description: An optional time value specifying when data objects must be newer than to be exported. |
Example 1: URL for exporting database changes in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/replication/export?user=cjones&since=1230768000000
{ "jxlURL": "<url>" }
{ "jxlURL": "http://myserver/arcgisoutput/output.jxl" }