Basic Parameters
| Parameter | Description |
|---|---|
| Filters | A filter parameter that accepts a subset of MongoDB-style queries to filter by. Supported operators may differ based on the field’s data type. For Example: * Find a log by its ID. * Find all logs created after a specific date.To learn more about building MongoDB queries, please visit MongoDB documentation. |
| Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Aggregate | Select to retrieve indicators in an aggregated form. |
| Ascending Order | Select to retrieve indicators in an ascending order. |
| Limit | The number of results to return per page. |
| Skip | The number of results to initially skip. |
| Sort Field | A field to sort the results by. |