|
This topic demonstrates how to perform some typical tasks via JSON API Web services:
Manage Reviews and Review Participants
| 1. | List reviews assigned to a specified user |
| 3. | Add/change participants of a review |
Upload Review Materials
| 1. | Add files through a /content upload servlet |
| 2. | Add files with a multipart HTTP requests |
Manage Users and User Groups
In order to perform all these tasks you need to be logged in to Collaborator server. Therefore in each sample below we will first call the SessionService.authenticate command to provide user credentials. See Authentication topic for details.
|