ServiceNow Data Stream Parameters
The ServiceNow plugin provides configurable data streams to query data from the ServiceNow API.
Each configurable data stream exposes a set of parameters that lets you filter the data you retrieve. The following information describes the available configurable data streams and their parameters in detail.
Catalog Tasks
Returns catalog tasks falling within the dashboard timeframe. Narrow by state, priority and approval, or by who the task is assigned to or requested for.
Catalog Tasks (Anytime)
Returns catalog tasks regardless of the dashboard timeframe, with the same filters. Use it for a queue of outstanding work rather than a view of one period.
Custom Table
Returns records from any ServiceNow table you name, with control over how many records and which columns come back.
Table Query
Returns records from a named table using a ServiceNow filter query, which you can copy straight out of a ServiceNow list view.