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 specific boost from the requested instance.

URI Parameters

None

Response format and codes

HTTP codeDescription
200OK. Response follows
401The user does not meet the security criteria
404Boost not found


A 200 OK response will contain an object with the boost data.

{
  "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