API reference
Platform
- Search
- Users
- Teams
- Tickets
- Tags
- Ticket tags
- Accounts
- Forms
- Comments
- Emoji actions
- Custom object fields
- Custom objects
- Object records
- Views
- Views types
- Draft tickets
- Storage
- Reactions
Workflows
- Workflows
Apps platform
- App creation
- App installation
- App uninstallation
- App reinstallation
- Incoming webhook
Search
Federated search
Federated search across all entity collections
POST
/
v1
/
search
/
multi
curl --request POST \
--url https://platform.thena.ai/v1/search/multi \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"searches": [
{
"collection": "tickets",
"q": "<string>",
"query_by": "<string>"
}
]
}'
Authorizations
Enter your API key
Body
application/json
curl --request POST \
--url https://platform.thena.ai/v1/search/multi \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"searches": [
{
"collection": "tickets",
"q": "<string>",
"query_by": "<string>"
}
]
}'
Assistant
Responses are generated using AI and may contain mistakes.