collaborations: Collaborations

URL:
https://[root]/portals/[portalID]/collaborations
Methods:
GET
Operations:
Accept Invitation, Create Collaboration, Validate Invitation, Validate Invitation Response
Child Resources:
Collaboration
Required Capability:
Administrator
Version Introduced:
10.5

Example usage

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

Use dark colors for code blocksCopy
1
https://org.domain.com/sharing/rest/portals/0123456789ABCDEF/collaborations?f=pjson

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

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/collaborations?f=pjson

Description

The collaborations resource lists all collaborations in which a portal participates. This includes collaborations for which the portal is a collaboration host or a collaboration guest. See About distributed collaboration for more information about collaboration patterns and use cases.

Request parameters

ParameterDetails

f

The response format. The default 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
12
13
14
15
16
17
18
19
{
  "total": 2,
  "start": 1,
  "num": 25,
  "nextStart": -1,
  "collaborations": [
    {
      "id": "4d95473e963942bf9ad6204095195e7b",
      "name": "Test Collaboration",
      "description": "A test collaboration between ArcGIS Enterprise and ArcGIS Online",
      "collaborationHostPortalId": "02c2cef9-bb19-472d-b867-46bcd987bf71",
      "config": {
        "ownerUsername": "admin"
      },
      "created": 1475859400628,
      "modified": 1475859400628
    }
  ]
}

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