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
NameValue TypeDescription
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:
CodeDescription
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.
500 Internal Server Error
Internal Server Error. See the details provided.

Available since

24.0.0.0

Parent Topic: Search Queries Transfer Resource