POST

Search Cards


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of cards given the provided free-text search expression, filtering, and sorting.

By default, cards are sorted by updatedDate in descending order.

For a detailed list of supported filters, sorting options, and search capabilities, see Cards: Supported Filters, Sorting, and Search.

To learn more about working with Search methods, see API Query Language and Sorting and Paging.

PropertyCapabilitiesFilters
idSearch: ✗
Aggregate:
Sort: ASC
$eq, $in, $ne, $nin
pipelineIdSearch: ✗
Aggregate:
Sort: ASC
$eq, $in, $ne, $nin
stageIdSearch: ✗
Aggregate:
Sort: ASC
$eq, $in, $ne, $nin
assigneeIdSearch: ✗
Aggregate:
Sort: ASC
$eq, $exists, $in, $ne, $nin
mainContact.contactIdSearch: ✗
Aggregate:
Sort: ASC
$eq, $exists, $in, $ne, $nin
createdDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $gt, $gte, $lt, $lte, $ne
updatedDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $gt, $gte, $lt, $lte, $ne
stageUpdatedDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $gt, $gte, $lt, $lte, $ne
dueDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $exists, $gt, $gte, $lt, $lte
staleDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $exists, $gt, $gte, $lt, $lte
value.valueSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $exists, $gt, $gte, $lt, $lte
tags.privateTags.tagIdsSearch: ✗
Aggregate:
Sort: ✗
$hasAll, $hasSome, $isEmpty
additionalContactsSearch: ✗
Aggregate:
Sort: ✗
$isEmpty, $matchItems
linkedEntitiesSearch: ✗
Aggregate:
Sort: ✗
$matchItems
descriptionSearch:
Aggregate:
Sort: ✗
$eq, $exists, $in, $ne, $nin, $startsWith
mainContact.emailSearch:
Aggregate: ✗
Sort: ASC, DESC
$eq, $in, $ne, $nin, $startsWith
mainContact.phoneSearch:
Aggregate: ✗
Sort: ASC, DESC
$eq, $in, $ne, $nin, $startsWith
nameSearch:
Aggregate:
Sort: ASC, DESC
$eq, $in, $ne, $nin, $startsWith
outcomeSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $in, $ne, $nin
prioritySearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $in, $ne, $nin
additionalContacts.emailSearch:
Aggregate: ✗
Sort: ✗
additionalContacts.fullNameSearch:
Aggregate: ✗
Sort: ✗
additionalContacts.phoneSearch:
Aggregate: ✗
Sort: ✗
mainContact.fullNameSearch:
Aggregate: ✗
Sort: ✗
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Read Pipelines
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/crm/pipelines/v1/cards/search

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?