External Integrations > JSON API Web Services

Top |Previous |Next

How To

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
2.Create new review
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

1.Create new user
2.Add user to group

 

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.


© 2003-2025 SmartBear Software. All rights reserved.