POST (Header:PUT) api.ashx/v2/search/{id}.{json|xml}
UPDATE a search result - update an existing document in the index.
Scopes
Search › Modify Search Results search.results.modify
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
ApplicationId | Guid? | The GUID representing the application. | Optional | |||
Category | string | Category | Optional | |||
Collapse | string | Collapse | Optional | |||
ContainerId | Guid? | The GUID representing the container. | Optional | |||
Content | string | Content | Optional | |||
ContentId | string | Unique Id for the content type | Optional | |||
ContentType | string | Content Type | Optional | |||
ContentUrl | string | Content Url | Optional | |||
CreatedBy | string | Optional username for the user who created the content | Optional | |||
CustomFields | RestSearchFields | Custom Fields | Optional | |||
Date | DateTime? | Date | Optional | |||
EditedBy | string | Optional username for the user who last edited the content | Optional | |||
GroupId | int? | Group Id | Optional | |||
GuidId | Guid? | The GUID representing the content. | Optional | |||
Id | string | Id | Required | |||
IsApplication | bool? | Is Application | Optional | |||
IsContainer | bool? | Is Container | Optional | |||
IsContent | bool? | Is Content | Optional | |||
Rating | double? | Rating is a real number from 0 to 100 maintaining one decimal place: 000.0 | Optional | |||
Roles | string | List of role ids, separated by commas, that have permission to view the item. | Optional | |||
SectionId | int? | Section Id | Optional | |||
Tags | string | List of tags, separated by commas | Optional | |||
ThreadId | int? | Thread Id | Optional | |||
Title | string | Title | Optional | |||
UserId | int? | UserId or Username is required when specifying a user. | Optional | |||
Username | string | Either UserId or Username is required when specifying a user. | Optional | |||
WikiId | int? | Wiki Id | Optional |