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 equalize setting from the required instance.

URI Parameters

None

Response format and codes

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


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

{
  "id": 1461321668,
  "title": "Default",
  "enabled": true,
  "created_on": "2017-04-04T13:40:02",
  "updated_on": "2017-04-04T13:40:02",
  "fields": [
    {"field": "title", "boost": 50},
    {"field": "description", "boost": 20},
    {"field": "price", "boost": 10}
  ]
}
  • No labels