Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

domain
string

The G Suite domain

searchQuery
string

The text searched to filter documents

searchQueryTarget
enum<string>
required

The scope of the search: 'PROPERTIES_ONLY' to search only in the document metadata, 'ATTACHMENTS_ONLY' to search only in the attachment contents.

Available options:
PROPERTIES_ONLY,
ATTACHMENTS_ONLY,
PROPERTIES_AND_ATTACHMENTS
pageToken
string

The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.

limit
integer<int32>
default:20

The maximum number of documents per page. (Default: 20)

timezone
string

The timezone to use for datetime field searches (default: UTC). Format: 'Europe/Paris' or '+01:00'

securityCode
string

The security code

Body

application/json
additionalFields
string[]
filters
object[]
kind
string
sort
object[]

Response

200 - application/json

A ApiCrossLibrarySearchResult response

count
integer<int32>
exactCount
boolean
hits
object[]
kind
string
nextPageToken
string