{
  "data": {
    "data": {
      "count": 2,
      "hasMore": true,
      "items": [
        {
          "id": "12345",
          "entityid": "CUST-001",
          "companyname": "Acme Corporation",
          "email": "contact@acmecorp.example.com",
          "subsidiary": {
            "id": "1",
            "refName": "Parent Company"
          },
          "links": [
            {
              "rel": "self",
              "href": "/services/rest/record/v1/customer/12345"
            }
          ]
        },
        {
          "id": "12346",
          "entityid": "CUST-002",
          "companyname": "Global Industries Ltd",
          "email": "contact@globalindustries.example.com",
          "subsidiary": {
            "id": "1",
            "refName": "Parent Company"
          },
          "links": [
            {
              "rel": "self",
              "href": "/services/rest/record/v1/customer/12346"
            }
          ]
        }
      ],
      "links": [
        {
          "rel": "next",
          "href": "/services/rest/record/v1/customer?limit=2&offset=2"
        }
      ]
    },
    "headers": {
      "content-type": "application/json"
    }
  }
}