Parameter | Description |
---|---|
End Time | The end of the search window of the cases. |
Fields | A comma separated list of the fields that will be returned. |
Filter | A filter to filter the cases by. |
Start Time | The start of the search window of the cases. |
Parameter | Description |
---|---|
Limit | Max number of results to be returned. |
Order By | A comma separated list of the fields and order to order the results by. For example: riskScore DESC . |
{
"timeStartedMillis": 0,
"timeCompletedMillis": 0,
"rows": [
{}
],
"totalRows": 0
}
Was this page helpful?