Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Method description

Get a list of boosts for the requested instance filtering by keywords. The list is paginated.

URI Parameters

Parameter Name

Required

Description

keywords(tick)Filter by this keywords

Response format and codes

HTTP code

Description

200OK. Response follows
400Invalid parameters. Error response will include details
401The user does not meet the security criteria
404See: Empathy Play API - Pagination
{
  "num_found": 123,
  "results": [
    {
      "keyword": "keyword1",
      "results": [
		{
      		"_id": ObjectId(),
      		"enabled": true,
      		"zero_results": false,
      		"references": [
      		  {"ref": "SKU12341234", "title": "..."}
      		],
      		"keywords": ["blue trousers"],
      		"activation_date": null,
      		"deactivation_date": null,
      		"langs": ["en_US", "en_GB"],
      		"extra": {},
    	},
    	...
      ]
    },
    ...
}
  • No labels