Response body

{
  "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
}