Collaboration
Collaboration Service
Create Participants
POST /collaborations/{collabID}/participants
Create Participants By External ID
POST /collaborations/ext/{collabID}/participants
Create Collaboration
POST /collaborations
Create Interaction
POST /collaborations/{collabID}/interactions
Get Collaboration
GET /collaborations/{collabID}
Get Collaboration By External ID
GET /collaborations/ext/{externalID}
Get Interaction
GET /collaborations/interactions/{interactionID}
Get Interaction Optionally With Context
GET /collaborations/{collabID}/interactions/{interactionID}
Get Interactions
GET /collaborations/{collabID}/interactions
Get Participants
GET /collaborations/{collabID}/participants
Mark Read
POST /collaborations/{collabID}/read
Mark Unread
DELETE /collaborations/{collabID}/read
Destroy Participants
DELETE /collaborations/{collabID}/participants/{userID}
Destroy Participants By External ID
DELETE /collaborations/ext/{collabID}/participants/{userID}
Create Subject
POST /collaborations/{collabID}/subject
Update Collaboration
PUT /collaborations/{collabID}
Update Collaboration By External ID
PUT /collaborations/ext/{collabID}
Update Interactions
PUT /collaborations/{collabID}/interactions
Update Interactions By External ID
PUT /collaborations/ext/{externalID}/interactions