Http response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 470
{
"status" : {
"code" : 213,
"text" : "some of the records not found"
},
"statistics" : {
"OperationTime" : 2
},
"answer_records" : [ {
"another-field" : "another-value",
"day" : "monday",
"_id" : "1"
}, {
"_id" : "2",
"day" : "tuesday"
} ],
"skipped_records" : [ {
"_id" : "3",
"_reason" : {
"status" : {
"code" : 404,
"text" : "records not found"
}
}
} ],
"answer_count" : 2
}