[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:

Use dark colors for code blocksCopy
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:

Use dark colors for code blocksCopy
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

Use dark colors for code blocksCopy
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.