Skip to main content
GET
Get a feature

Path Parameters

collection
string
required

The name of a collection.

feature
enum<string>
required

The feature to update. Allowed values:

  • signals: Create a parallel collection for storing signals data (such as user clicks or ratings). Signals need to be indexed and aggregated before they can be used.
  • recommendations: Get configuration information about recommendations. Parameters include idField (document ID field), itemsForUser (enable or disable items-for-user recommendations), itemsForQuery (enable or disable items-for-query recommendations), itemsForItem (enable or disable items-for-item recommendations), and queriesForQuery (enable or disable queries-for-query recommendations).
Available options:
signals,
recommendations

Response

200 - application/json

successful operation

name
string
collectionId
string
params
object
enabled
boolean