getCaseComments

Retrieves comments that had been previously added to a case.

Required System Actions

queryAudit

Usage

BPMCommentService.getCaseComments(model, callback)

Parameters

Parameter Type Description
model CommentModel The data model to be passed to the $scope object.
Identify the case by providing either:

The response populates CommentModel.data.

callback Function Callback function to handle success or failure results from the request.