Search
Make Full Text Search and return found Documents
Query parameters
searchCriteria[requestName]stringOptionalExample:
<string>searchCriteria[filterGroups][0][filters][0][field]stringOptionalExample:
Field
<string>searchCriteria[filterGroups][0][filters][0][value]stringOptionalExample:
Value
<string>searchCriteria[filterGroups][0][filters][0][conditionType]stringOptionalExample:
Condition type
<string>searchCriteria[sortOrders][0][field]stringOptionalExample:
Sorting field.
<string>searchCriteria[sortOrders][0][direction]stringOptionalExample:
Sorting direction.
<string>searchCriteria[pageSize]stringOptionalExample:
Page size.
<integer>searchCriteria[currentPage]stringOptionalExample:
Current page.
<integer>Responses
200
OK
application/json
Responseobject
500
Internal Server Error
application/json
get
/V1/searchGET /V1/search HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
"items": [
{
"id": 49892386,
"custom_attributes": [
{
"attribute_code": "nisi esse ex nostrud",
"value": "sunt"
},
{
"attribute_code": "anim tempor reprehenderit",
"value": "consequat est ullamco"
}
]
},
{
"id": -51877456,
"custom_attributes": [
{
"attribute_code": "non et",
"value": "ex veniam"
},
{
"attribute_code": "tempor laboris sunt pariatur",
"value": "id esse"
}
]
}
],
"aggregations": {
"buckets": [
{
"name": "qui fugiat esse do",
"values": [
{
"value": "proident dolor nisi eu",
"metrics": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"value": "amet velit cillum",
"metrics": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
]
},
{
"name": "velit ipsum laboris",
"values": [
{
"value": "elit ut do",
"metrics": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"value": "ut ",
"metrics": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
]
}
],
"bucket_names": [
"non dolore",
"in laborum adipisicing"
]
},
"search_criteria": {
"request_name": "laborum tempor ess",
"filter_groups": [
{
"filters": [
{
"field": "non dolore do",
"value": "nisi qui",
"condition_type": "exercitation reprehenderit si"
},
{
"field": "",
"value": "incididunt ut",
"condition_type": "cupidatat tempor"
}
]
},
{
"filters": [
{
"field": "Excepteur irure sed nostrud",
"value": "eiusmod minim",
"condition_type": ""
},
{
"field": "labore magna sed enim ea",
"value": "irure dolor ut eiusmod eu",
"condition_type": "sit velit"
}
]
}
],
"sort_orders": [
{
"field": "qui ex reprehenderit",
"direction": "proident aute occaecat aliquip"
},
{
"field": "nostrud aliqua proident labore pariatur",
"direction": "velit laboris"
}
],
"page_size": 28844979,
"current_page": 77335562
},
"total_count": -35256403
}