Watchlist Service (API 1.4.0 and EnterpriseOne Tools 9.2.0.3)

Use the following watchlist URI to invoke a watchlist:

/jderest/watchlist

In the WatchlistRequest, you provide a watchlist ID or watchlist object name, which you can locate in the information about the watchlist in the EnterpriseOne web client.

Additionally, in a watchlist request, you can force an update so that the watchlist data is fetched from the database instead of the cache. You can request that the watchlist be set to dirty, so the next request will be fetched from the database and not from cache.

Use the WatchListResponse object to marshal the JSON response to an object. This enables access to all of the information about the watchlist including the record count and all threshold information.