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
ParameterTypeRequiredDescription
filterObjectNoFilter criteria applied with AND logic.
offsetIntegerNoNumber of records to skip. Default value is 0.
pageSizeIntegerNoNumber of results per page. Default value is 20.
searchObjectNoSearch criteria applied with OR logic across specified fields.
sortbyArrayNoArray of sort clauses.

Success Response (200):