{ "version": { "edition": "enterprise", "api": "v2", "schema": 0 }, "error": false, "message": "", "results": [ { "R": [ { "v_id": "Paul", "v_type": "Account", "attributes": { "name": "Paul", "isBlocked": false } }, { "v_id": "Scott", "v_type": "Account", "attributes": { "name": "Scott", "isBlocked": false } }, { "v_id": "Steven", "v_type": "Account", "attributes": { "name": "Steven", "isBlocked": true } } ] }, { "V": [ { "v_id": "Paul", "v_type": "Account", "attributes": { "name": "Paul", "isBlocked": false } }, { "v_id": "Jenny", "v_type": "Account", "attributes": { "name": "Jenny", "isBlocked": false } }, { "v_id": "Scott", "v_type": "Account", "attributes": { "name": "Scott", "isBlocked": false } } ] } ] }