Skip to main content

Watch Lists

Create and manage watch lists for monitoring groups of data points.

See also: Watch Lists documentation | Full API Reference for interactive testing and complete schemas.

Endpoints

MethodPathDescriptionReference
GET/watch-listsQuery WatchListsAPI Reference →
POST/watch-listsCreate New WatchListAPI Reference →
DELETE/watch-lists/{xid}Delete a WatchListAPI Reference →
GET/watch-lists/{xid}Get a WatchListAPI Reference →
PATCH/watch-lists/{xid}Partially update a WatchListAPI Reference →
PUT/watch-lists/{xid}Update a WatchListAPI Reference →
POST/watch-lists/{xid}/bulk/extendedBulk get/create/update/delete extended data points for a watchlistAPI Reference →
GET/watch-lists/{xid}/data-pointsGet Data Points for a Watchlist for bulk import via CSVAPI Reference →
GET/watch-lists/{xid}/data-points/event-detectorsGets a list of event detectors for a Watchlist for bulk import via CSV using RQL against data pointsAPI Reference →
GET/watch-lists/{xid}/data-points/extendedGet Extended Data Points for a Watchlist for bulk import via CSVAPI Reference →
GET/watch-lists/{xid}/data-points/published-pointsGets a list of Published Points for a Watchlist for bulk import via CSV using RQLAPI Reference →
POST/watch-lists/{xid}/data-points/realtimeGet Realtime data points for a Watchlist for bulk import via CSVAPI Reference →
GET/watch-lists/{xid}/eventsGet Data Point Events for a WatchlistAPI Reference →
DELETE/watch-lists/bulk/{id}Remove a bulk operation using its idAPI Reference →
GET/watch-lists/bulk/{id}Get the status of a bulk operation using its idAPI Reference →
GET/watch-lists/exportExport formatted for Configuration Import by supplying an RQL queryAPI Reference →