Current response (V8) | Future response (V8) |
{ "fields": [ { "field_label": "Full Name", "display_label": "Full Name", "id": "2284759000000000597", "searchable": true, "show_type": 0, "external": null, "api_name": "Full_Name", "parent_field": null, "unique": {}, "enable_colour_code": false, "child_fields": null ...//other fields
} ] } | { "fields": [ { "field_label": "Full Name", "display_label": "Full Name", "id": "2284759000000000597", "searchable": true, "show_type": 0, "external": null, "api_name": "Full_Name", "parent_field": null, "unique": {}, "enable_colour_code": false, "child_fields": [ { "sequence_number": 1, "field": { "api_name": "First_Name", "name": "First Name", "id": "2284759000003713005" } }, { "sequence_number": 2, "field": { "api_name": "Last_Name", "name": "Last Name", "id": "2284759000003713006" } } ], . . . } ] } |
Current response (V8) | Future response (V8) |
{ "fields": [ { "field_label": "Last Name", "api_name": "Last_Name", "system_mandatory": true, ...//other fields
} ] } | { "fields": [ { "field_label": "Last Name", "api_name": "Last_Name", "system_mandatory": false, ...//other fields
} ] } |
Current response (V8) | Future response (V8) |
{ "layouts": [ { "sections": [ { "field_label": "Last Name", "display_label": "Last Name", "id": "5725767000000002595", "api_name": "Last_Name", "required": true, "system_mandatory": true, }, ...//other fields
] } ] } | { "layouts": [ { "sections": [ { "field_label": "Last Name", "display_label": "Last Name", "id": "5725767000000002595", "api_name": "Last_Name", "required": true, "system_mandatory": false, }, ...//other fields
] } ] } |
{ "data": [ { "Layout": { "id": "554023000002734009" }, "First_Name": "Patricia", "Email": "patricia@zoho.com" } ] } |