- URL:https://[root]/portals/[portalID]/collaborations/[collaborationID]
- 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
Below is a sample ArcGIS Online request URL used to access an individual collaboration resource:
https://org.arcgis.com/sharing/rest/portals/self/collaborations/9a8d5afa72444769b7bbee30184cec78?f=json
Below is a sample ArcGIS Enterprise request URL used to access an individual collaboration resource:
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
Parameter | Details |
---|---|
f | The response formatting parameter. The default value is html. Values: html | json | pjson |
JSON Response example
{
"id": "9a8d5afa72444769b7bbee30184cec78",
"name": "test-collab8",
"description": "test",
"collaborationHostPortalId": "962998f1-f70a-4a4b-9231-a3faba2f28c6",
"config": {
"ownerUsername": "admin"
},
"created": 1470069255562,
"modified": 1470069255562
}