GetResultsQueryParameters Class
Encapsulates data used for retrieving results from the reviewer workspace. Instances of this class define the size and content of featuresets returned by the getResults function in ReviewerResultsTask. Results returned from the getResults function are paged. You can control page size and which page to fetch using properties in this class.
See getResults.
Constructor
GetResultsQueryParameters
()
Item Index
Methods
Methods
toJSON
()
JSON Object
Returns a JSON representation of an instance of GetResultsQueryParameters.
Returns:
JSON Object:
Properties
returnFields (Optional)
Array
Array of field names. Use "*" to indicate ALL. Valid fields include:
- recordId
- objectId
- subtype
- category
- sessionId
- checktitle
- resourceName
- checkName
- notes
- severity
- reviewStatus
- reviewTechnician
- correctionTechnician
- verificationTechnician
- reviewDateUtc
- correctionDateUtc
- verificationDateUtc
- lifecycleStatus
sortBy (Optional)
String
Indicates a field name by which to sort. The field must be included in returnFields.
sortDescending (Optional)
Bool
Controls sort order.
Default: false