Search conversation threads

Searches conversation threads by keyword across subjects, message content, participant names, and optionally document names.

Required Parameters:

  • searchText: Keyword to search for
  • objectType: Object type (e.g., "Agreement")
  • objectId: Specific object ID to search threads for

Search Scope:

  • Thread subject/name (exact and partial matches)
  • Message content across all messages in threads
  • Participant names (both internal Users and external Contacts)
  • Document names (when searchInAttachments is true)

Example Request (Search across Agreement and amendments):

{
  "searchText": "contract review",
  "objectType": "Agreement",
  "objectId": "CON-12345",
  "searchInAttachments": true,
  "sortBy": "ModifiedDate",
  "sortDirection": "Descending",
  "limit": 10,
  "skip": 0
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Search request with search text and optional filters

Request model for searching conversation threads.

string | null

Search text to look for in thread names, message content, participant names, and document names.

string | null

Optional thread ID to limit search within a specific thread.
If provided, searches only within this thread. If null/empty, searches across all threads.

string | null

Required object type to filter threads by related object type (e.g., "Agreement", "AgreementClause").
Must be provided together with ObjectId.

string | null

Required object ID to filter threads by specific related object.
Must be provided together with ObjectType. Both are required for the search endpoint.

string | null

Field name to sort results by (e.g., "ModifiedDate", "Name", "MessageCount").
Default is "ModifiedDate".

string | null

Sort direction: "Ascending" or "Descending".
Default is "Descending" (latest modified at top).

int32 | null

Number of records to return (pagination).

int32 | null

Number of records to skip (pagination).

boolean

Include search in document attachments. When true, searches document names for matching text.
Default is false for better performance.

ContractNumbers
array of strings | null

Gets or sets the list of contract numbers associated with the entity.

ContractNumbers
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json