Method description
Get a specific equalize for the client {instance_id}.
URI Parameters
None
Responses
Type: application/json
{
"created_on": "2017-08-08T15:27:54",
"enabled": true,
"extra": {
"ebwar_id": 1410425211159,
"notes": "",
"user": "-"
},
"fields": [
{
"boost": 1,
"field": "material"
},
{
"boost": 1,
"field": "brand"
},
{
"boost": 8,
"field": "name"
},
{
"boost": 1,
"field": "condition"
},
{
"boost": 1,
"field": "colour"
},
{
"boost": 5,
"field": "categories"
},
{
"boost": 1,
"field": "description"
},
{
"boost": 1,
"field": "style"
},
{
"boost": 1,
"field": "types"
},
{
"boost": 1,
"field": "gender"
}
],
"id": "5989d87a1f3319000c83352a",
"title": "Enhanced on Name followed by Categories",
"updated_on": "2017-08-08T15:27:54"
}
Type: application/json
{
"code": 401,
"details": "The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.",
"message": "Unauthorized",
"status": "error"
}
404 - the instance or item doesn't exist
Type: application/json
{
"code": 404,
"details": "Invalid id '123456'",
"message": "Not Found",
"status": "error"
}