Documentation Center

Search Index Management V2

Resources for creating, updating, deleting, and fetching search indexes.

API CallHTTP MethodURLFormatForm DataPermissions
Create Search IndexPUT/v2/searchindex/{name}
[application/json] OR [application/xml]
{"attribute":"", "id":"exampleID", "ignore":"", "inline":"", "standards":"DITA", "tags":"", "xpath":"//indexterm[not(parent::indexterm)]", "xpath_end":"indexterm"} 
"Manage application"
Delete Search IndexDELETE/v2/searchindex/{name}
[application/json] OR [application/xml]
"Manage application"
Fetch Search IndexesGET/v2/searchindex
[application/json] OR [application/xml]
"Use application"