Managed Fusion Job REST Server APIs
itemsForQuery | Get items for a defined query. The response is a list of document IDs and their weights. |
queriesForItem | Get queries for a defined item (a document ID). This finds the top queries that led users to the defined item. The response is a list of query terms and their weights. |
header | The query parameters (in a section named queryParams ) and the total time it took to process the query. |
items | Depending on the recommendation type: ● itemsForQuery : The document IDs and the weights of aggregated events that match the query. This type supports a debug option that adds a debug section to the output.● queriesForItem : The queries and the weights of aggregated events that match the document ID. |