Monday 7 December 2015

Running an IBM BPM saved search from the REST API

This may seem obvious to many people, but it wasn't to me, so:

To run a saved search in IBM BPM from the REST API the URL is:

http(s)://<host>:<port>/rest/bpm/wle/v1/tasks/query/<SavedSearchName>

To restrict the size of results add ?size=<size> at the end

No comments:

Post a Comment