Get Stage Document operation

Retrieves the review document, including any comments or annotations for a particular stage in a review.

For information about the General and Route Evaluation property groups, see Common operation properties .

Note: Comments are stored in the review zone. Stage document has embedded JavaScript that fetches the comment when the document is opened.

Input properties

The input properties for the operation.

Review ID

A string value that represents the unique review context identifier (review ID) for the review.

Revision

An int value that specifies the revision of the review from which to retrieve a review document.

As a literal value, a default value of one is provided to indicate the first revision.

Stage Number

An int value that represents the stage number from which to remove the approver.

As a literal value, a default value of one is provided to indicate the first stage.

Output properties

The output properties for the operation.

Stage Document

A document value that represents the review document for the specified review revision and stage.

Exceptions

This operation can throw a com.adobe.livecycle.rca.common.exception.RCAException exception.

// Ethnio survey code removed