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
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /watch-lists | Query WatchLists | API Reference → |
| POST | /watch-lists | Create New WatchList | API Reference → |
| DELETE | /watch-lists/{xid} | Delete a WatchList | API Reference → |
| GET | /watch-lists/{xid} | Get a WatchList | API Reference → |
| PATCH | /watch-lists/{xid} | Partially update a WatchList | API Reference → |
| PUT | /watch-lists/{xid} | Update a WatchList | API Reference → |
| POST | /watch-lists/{xid}/bulk/extended | Bulk get/create/update/delete extended data points for a watchlist | API Reference → |
| GET | /watch-lists/{xid}/data-points | Get Data Points for a Watchlist for bulk import via CSV | API Reference → |
| GET | /watch-lists/{xid}/data-points/event-detectors | Gets a list of event detectors for a Watchlist for bulk import via CSV using RQL against data points | API Reference → |
| GET | /watch-lists/{xid}/data-points/extended | Get Extended Data Points for a Watchlist for bulk import via CSV | API Reference → |
| GET | /watch-lists/{xid}/data-points/published-points | Gets a list of Published Points for a Watchlist for bulk import via CSV using RQL | API Reference → |
| POST | /watch-lists/{xid}/data-points/realtime | Get Realtime data points for a Watchlist for bulk import via CSV | API Reference → |
| GET | /watch-lists/{xid}/events | Get Data Point Events for a Watchlist | API Reference → |
| DELETE | /watch-lists/bulk/{id} | Remove a bulk operation using its id | API Reference → |
| GET | /watch-lists/bulk/{id} | Get the status of a bulk operation using its id | API Reference → |
| GET | /watch-lists/export | Export formatted for Configuration Import by supplying an RQL query | API Reference → |