/[workspaceID]/syncStatus: Sync Status

URL:
https://[root]/portals/[portalID]/collaborations/[collaborationID]/workspaces/[workspaceID]/syncStatus
Methods:
GET
Child Resources:
Sync Status Details
Version Introduced:
10.6

Example usage

The following is a sample ArcGIS Online request URL used to access the syncStatus resource:

1
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/collaborations/083b1dc8f4f749a38ff645581c454b49/workspaces/79d0e8f291654d2ea8b498a4e9a131fc/syncStatus?f=pjson

The following is a sample ArcGIS Enterprise request URL used to access the syncStatus resource:

1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/collaborations/083b1dc8f4f749a38ff645581c454b49/workspaces/79d0e8f291654d2ea8b498a4e9a131fc/syncStatus?f=pjson

Description

The syncStatus resource provides a status summary of each scheduled sync for items in a collaboration workspace.

Request parameters

ParameterDetails

f

The response format. The default response is html.

Values: html | json | pjson

Response properties

PropertyDetails

status

Shows the current status of a scheduled sync.

Values: submitted | started | in_progress | failed | completed_with_failures | completed | unknown sync status

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "status": [
    {
      "syncId": "93060123f753444f9e134b8df856c6eb",
      "syncExecType": "scheduled",
      "startTime": 1503591726151,
      "endTime": 1503591818390,
      "status": "completed",
      "summary": "Completed sync successfully"
    },
    {
      "syncId": "c30c9295a8664c8f8047a274a6a7abed",
      "syncExecType": "realtime",
      "startTime": 1503591721454,
      "endTime": 1503591732387,
      "status": "completed",
      "summary": "Completed sync successfully"
    }
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close