SearchAllRelatedItemsRequest
Types
Properties
Link copied to clipboard
The list of types of related items and their parameters to use for filtering. The filters work as an OR condition: caller gets back related items that match any of the specified filter types.
Link copied to clipboard
The maximum number of results to return per page.
Link copied to clipboard
A structured set of sort terms to specify the order in which related items should be returned. Supports sorting by association time or case ID. The sorts work in the order specified: first sort term takes precedence over subsequent terms.
Functions
Link copied to clipboard
inline fun copy(block: SearchAllRelatedItemsRequest.Builder.() -> Unit = {}): SearchAllRelatedItemsRequest