GET
/
api
/
beta
/
search
curl "https://customerName.ambersearch.de/api/beta/search?query=example&count=50" \
-H "Authentication: Bearer ambrs-exampletoken"
"<any>"
curl "https://customerName.ambersearch.de/api/beta/search?query=example&count=50" \
-H "Authentication: Bearer ambrs-exampletoken"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

query
string
required

The search query string

Minimum length: 1
count
integer
default:50

Number of results to return

Required range: 1 <= x <= 100
data_source
string
default:allDataSources

Filter results by data source.

**Possible values:**
* `confluence` - Atlassian Confluence
* `jira` - Atlassian Jira
* `gitlab` - GitLab
* `sharepoint_online` - Microsoft SharePoint Online
* `outlook` - Microsoft Outlook
* `windowsshares` - Windows File Shares
* `other` - Other supported data sources
file_type
string
default:allFileTypes

Filter results by file type.

**Possible values:**
* `pdf` - PDF documents
* `word` - Microsoft Word documents
* `powerpoint` - Microsoft PowerPoint presentations
* `excel` - Microsoft Excel spreadsheets
* `email` - Email messages
* `directory` - Directory/folder structures
* `html` - HTML files
* `txt` - Text files
* `compressed` - Compressed archive files
* `image` - Image files
* `message` - Message files
* `task` - Task files
* `issue` - Issue tracking files
* `wiki` - Wiki pages
* `news` - News articles
* `page` - Web pages
* `onenote` - OneNote files
* `comment` - Comment files
* `other` - Other file types
last_modified_date
string
default:allTimes

Filter results by last modified date.

**Possible values:**
* `threeday` - Last three days
* `week` - Last week
* `month` - Last month
* `threemonth` - Last three months
* `year` - Last year
* `fiveyear` - Last five years
* Custom time range format: `YYYY-MM-DDThh:mm:ss.sssZ_YYYY-MM-DDThh:mm:ss.sssZ`

**Example:** `2024-02-01T00:00:00.000Z_2024-02-25T23:59:59.999Z
start_page
integer
default:0

Starting page for pagination

Required range: x >= 0

Response

200
application/json

Successful Response

The response is of type any.