Search
More like this
Finds records that resemble the given one by comparing their embeddings, which is what powers the related tickets and articles panels, and returns up to ten matches above the default similarity threshold with the record itself excluded. Only TICKET and KNOWLEDGE_BASE are supported as entity, and a record the caller cannot reach through group access is reported as not found.
GET
/api/{tenant:minlength(2)}/v{version:apiVersion}/search/more_like_this/{entity}/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| entity | ENUM entity | |
| id | Int32 |
Request body example
Response
Response body example
DTO_search_response
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| sys_status | DTO_reference | Sys status | |
| category | DTO_reference | Category | |
| group | DTO_reference | Group | |
| id | Int32 | Id | |
| title | String | Title | |
| highlight | String | Highlight | |
| additional_info | String | Additional info | |
| entity | ENUM entity | ReadOnly | Entity |
| score | Double | ReadOnly | Score |
| score_weighted | Double | ReadOnly | Score weighted |
| external_link | String | ReadOnly | External link |
| created | DateTime | Created | |
| body | String | Store the full text of the entity in plain text. |
DTO_reference
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | The id of the reference | |
| label | Object | ReadOnly | Name/Label from referenced object. |
ENUM entity
| Value | Name | Description |
|---|---|---|
| 0 | UNKNOWN | UNKNOWN |
| 1 | LIST | LIST |
| 2 | GROUP | GROUP |
| 3 | USER | USER |
| 4 | LIST_ENTRY | LIST_ENTRY |
| 5 | TICKET | TICKET |
| 6 | SEARCH | SEARCH |
| 7 | INVOICE | INVOICE |
| 8 | KNOWLEDGE_BASE | KNOWLEDGE_BASE |
| 9 | SCRAPED_ITEM | SCRAPED_ITEM |
| 10 | FIELD | FIELD |
| 11 | TICKET_CONVERSATION | TICKET_CONVERSATION |
| 12 | EXPORT | EXPORT |
| 13 | EXTERNAL_PRODUCT | EXTERNAL_PRODUCT |
| 14 | TEMPLATE | TEMPLATE |
| 15 | PROFILE_API | PROFILE_API |
| 16 | FAQ | FAQ |
Generated Aug 4, 2026 18:37