FRAMES | NO FRAMES Description | Parameters | Examples | Response
Export (Operation)
URL http://<replication-url>/export
Parent Resource Replication

Description

Exports configuration items and jobs from an ArcGIS Workflow Manager system. By default, the entire Workflow Manager database is exported. Specifying the since parameter causes only recent changes to be exported.

Parameters

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 Usage

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

JSON Response Syntax

{ "jxlURL": "<url>" }

JSON Response Example

{ "jxlURL": "http://myserver/arcgisoutput/output.jxl" }