Skip to main content
POST
Search Accounts by Name

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token for authentication.

Body

application/json
query
string
required

The search query string.

Example:

"*sdk*"

entityList
string[][]
required

The entity list to search within.

Example:
count
integer
default:10

How many results to return.

Example:

100

offset
integer
default:0

The results offset.

combineResults
boolean
default:false
filters
object[]

Filters to apply to the search.

facetValuesToInclude
enum<string>[]

Facet values to include in the search results.

Available options:
DATAPROVIDERNAME,
OWNED_BY_ID,
VALID,
USED,
LAST_MODIFIED_DATE
queryProfile
string

The query profile to use.

Example:

"GLOBAL"

sort
object

Sort options.

Response

Search results returned successfully.

results
object[]