Genpact Cora Knowledge Center

Support

POST /AggregatedHotCasesService.svc/GetData

Returns a list of HotOperations cases by solution and user (Ops Manager).

Method

POST

URL

https://localhost/Flowtime/_vti_bin/Flowtime/HotOperations/AggregatedHotCasesService.svc/GetData

Request Parameters

NameTypeRequiredDescription
PageSizeintegeroptionalNumber of records returned per page.
PageNumintegeroptionalNumber of the page to retrieve records for.
ContextMenuIdstringoptionalName of menu for the item.
IgnoreUserTimebooleanoptionalEngine time or user time.
FilterExpressionobjectoptionalExpression of filter.
SortExpressionobjectoptionalExpression on sort.
IncludePropagationbooleanoptionalSet to true for return propagation columns.
SolutionIdguidrequiredID of solution.
GroupIdintegerrequiredID of group.
HotCasesViewTypeenumoptional
  • Allocated = 1
  • Unallocated = 2
  • Open= 3 (Default)
  • InProgress = 4
  • Completed = 8

Response Parameters

NameTypeDescription
CurrentRowsintegerNumber of items returned.
ItemsarrayList of items returned. Each item contains properties as   defined in the config file.
TotalRowsintegerNumber of total items in the system.