Get Workspace

Get workspace contents in a .zip format.

Request URL

<baseUrl>/arcgisearth/workspace

Example usage

http://localhost:8000/arcgisearth/workspace

JSON Response example

Below is a JSON response example for getting the current workspace:

{
    "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"
}