Http response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 376
{
"status" : {
"code" : 200,
"text" : "OK"
},
"statistics" : {
"OperationTime" : 6
},
"answer_records" : [ {
"_id" : "1"
}, {
"_id" : "2"
} ],
"output_file_name" : "some-file.json",
"next" : "https://api.ximilar.com/v2/allRecords?page=4&size=2",
"previous" : "https://api.ximilar.com/v2/allRecords?page=2&size=2",
"answer_count" : 7
}