[collaborationID]: Collaboration

URL:
https://[root]/portals/[portalID]/collaborations/[collaborationID]
Methods:
GET
Operations:
Add Workspace, Delete, Export Invitation Response, Import Invitation Response, Invite Participant, Remove Participation, Update Info
Child Resources:
Workspaces, Invitations, Participants
Required Capability:
Administrator
Version Introduced:
10.5

Example usage

The following is a sample ArcGIS Online request URL used to access an individual collaboration resource:

1
https://org.arcgis.com/sharing/rest/portals/self/collaborations/9a8d5afa72444769b7bbee30184cec78?f=json

The following is a sample ArcGIS Enterprise request URL used to access an individual collaboration resource:

1
https://machine.domain.com/webadaptor/sharing/rest/portals/self/collaborations/9a8d5afa72444769b7bbee30184cec78?f=json

Description

The collaboration resource returns information about the collaboration with a specified ID.

Request parameters

ParameterDetails

f

The response formatting parameter. The default value is html.

Values: html | json | pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
{
  "id": "9a8d5afa72444769b7bbee30184cec78",
  "name": "test-collab8",
  "description": "test",
  "collaborationHostPortalId": "962998f1-f70a-4a4b-9231-a3faba2f28c6",
  "config": {
    "ownerUsername": "admin"
  },
  "created": 1470069255562,
  "modified": 1470069255562
}

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