Search Templates
Searches, filters, sorts, and paginates Sales Configuration Templates, supporting field-level filtering (AND logic), free-text search (OR logic), tag-based filtering, and multi-field sorting.
- Resource URL:
/services/apexrest/<namespace>/v1/cpq/templates/search - HTTP Method: POST
- Content-Type: application/json
- Response Format: JSON
| Parameter | Type | Required | Description |
|---|---|---|---|
| filter | Object | No | Filter criteria applied with AND logic. |
| offset | Integer | No | Number of records to skip. Default value is 0. |
| pageSize | Integer | No | Number of results per page. Default value is 20. |
| search | Object | No | Search criteria applied with OR logic across specified fields. |
| sortby | Array | No | Array of sort clauses. |
Success Response (200):