{ "total_entries": 2, "_links": { "self": { "href": "/api/v2/customers?page=1&per_page=30", "class": "page" }, "first": { "href": "/api/v2/customers?page=1&per_page=30", "class": "page" }, "last": { "href": "/api/v2/customers?page=1&per_page=30", "class": "page" }, "next": null, "previous": null }, "_embedded": { "entries": [ { "first_name": "John", "last_name": "Doe", "company": "ACME, Inc", "title": "Senior Ninja", "external_id": null, "background": "This guy can be a challenge to work with", "language": "en_us", "locked_until": null, "created_at": "2013-11-22T22:49:20Z", "updated_at": "2013-11-22T22:49:20Z", "custom_fields": { "level": "vip" }, "emails": [ { "type": "work", "value": "john@acme.com" }, { "type": "home", "value": "john@home.com" } ], "phone_numbers": [ { "type": "work", "value": "123-456-7890" } ], "addresses": [ { "type": "work", "value": "123 Main St, San Francisco, CA 94105" } ], "_links": { "self": { "href": "/api/v2/customers/1", "class": "customer" }, "cases": { "href": "/api/v2/customers/1/cases", "class": "case" }, "company": { "href": "/api/v2/companies/1", "class": "company" }, "facebook_user": { "href": "/api/v2/facebook_users/1", "class": "facebook_user" }, "twitter_user": { "href": "/api/v2/twitter_users/1", "class": "twitter_user" }, "locked_by": null } }, { "first_name": "Bob", "last_name": "Doe", "company": "ACME, Inc", "title": "Senior Ninja", "external_id": null, "background": "Easy to work with", "language": "en_us", "locked_until": null, "created_at": "2013-11-22T22:49:20Z", "updated_at": "2013-11-22T22:49:20Z", "custom_fields": { "level": "vip" }, "emails": [ { "type": "work", "value": "bob@acme.com" }, { "type": "home", "value": "bob@home.com" } ], "phone_numbers": [ { "type": "work", "value": "123-456-7890" } ], "addresses": [ { "type": "work", "value": "123 Main St, San Francisco, CA 94105" } ], "_links": { "self": { "href": "/api/v2/customers/2", "class": "customer" }, "cases": { "href": "/api/v2/customers/1/cases", "class": "case" }, "company": { "href": "/api/v2/companies/1", "class": "company" }, "facebook_user": { "href": "/api/v2/facebook_users/1", "class": "facebook_user" }, "twitter_user": { "href": "/api/v2/twitter_users/1", "class": "twitter_user" }, "locked_by": null } } ] } }