FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<Utilities-url>/getReviewerSessions |
---|---|
Parent Resource | Utilities |
Returns a list of sessions in a Reviewer workspace. The returned list is an array of session attributes. Each session attribute is an object that has the following four properties:
Parameter | Details |
---|---|
f | Description: The
response format. The default response format is html.
Values: html | json |
Example 1: Retrieve a list of Reviewer sessions from a Reviewer workspace:
{ { "sessionAttributes": [ { "sessionId": 1, "sessionName": "Session 1", "userName": "QCTechnician", "versionName": "" }, { "sessionId": 2, "sessionName": "Session 2", "userName": "QCManager", "versionName": "" } ] } }