IBM Business Process Manager, Version 8.5.5

REST interface for BPD-related resources - Search Metadata Resource

This IBM Business Process Manager resource can be used to retrieve metadata related to saved searches.

Resource URI

/rest/bpm/wle/v1/search/meta/{type}

Path elements

NameData TypeDescription
typeSearch Metadata
The type of metadata to be returned. The following values might be used:
column
The list of all possible columns that might be returned as the result of a search.
constraintColumn
The list of all possible constraint (searchable) columns that are valid within a conditional expression when performing a search.
taskStatus
The list of all possible task status values.
businessData
The list of all exposed business data display value columns.
savedSearch
The list of saved searches that are exposed to the currently logged-in user.
instanceStatus
The list of all possible instance status values.
priority
The list of all possible priority values.

Available since

7.5.0

Subtopics

The following subtopics describe the HTTP methods defined for this resource:

Parent Topic: REST interface for BPD-related resources Resource Set