Import Workspace

Import a workspace in .zip format into ArcGIS Earth.

Request URL

 <baseUrl>/arcgisearth/workspace(PUT only)

Request parameters

ParametersDescription

path(url)

(required)

Specifies the path or URL of a .zip format workspace.

Type: string

Example usage

Input

{
    "url": "http://localhost:8000/workspaces/4855c0d4-9b11-4832-876b-ee3a3730dfdb.zip",
    "path": "C:\\Users\\Username\\Documents\\ArcGISEarth\\automation\\workspaces\\4855c0d4-9b11-4832-876b-ee3a3730dfdb.zip"
}