Overview
Register a tracked search result selection.
- REST Method: POST
- Method Access: public
Query Parameters
Name | Type | Description |
authenticate | bool? | Force authentication for request (default: false) |
typeid | uint? | Id of type (if not 'page' |
type | {page,file,comment} | Type of result |
rank | double | Search result rank (value must be between 0 and 1) |
notrack | bool? | Disable analytics query tracking (default: false) |
position | ushort? | Search result position |
pageid | uint | Page id where the result occured |
Return Codes
Name | Value | Description |
OK | 200 | The request completed successfully |
Bad Request | 400 | Invalid input parameter or request body |