REST interface for BPD-related resources - Search Queries Transfer Resource - POST Method
Create reusable search queries from Saved Search definitions.
Sample method invocation
POST /rest/bpm/wle/v2/search/queries/transfer?action={string}
Usage Notes
The user must belong to the ACTION_SAVED_SEARCH_SUPER_ADMIN action role to be able to use this REST API.
Parameters
Required parameters
Name
Value Type
Description
action
string
the action to perform: start to initiate a transfer, status to get information about the last initiated transfer if any, abort to abort the current transfer if any.
Request content
None
Response content
None
Error Response content
None
Status codes
The method returns one of the following status codes:
Code
Description
200 OK
The status of the last ongoing transfer is returned.
202 Accepted
The transfer of saved search definitions has started.
400 Bad Request
Bad Request
409 Conflict
for the start action, this error code signals that transfer is already in progress and that it is not possible to start a new one until the previous one has completed. Use the status action to get information about the current transfer.
for the abort action, this error code signals that no transfer is currently in progress.