Created
September 30, 2019 04:26
-
-
Save artsyca/4b625278a3977f113e35aa3efeb57b72 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [{ | |
"date": "2019-09-02", | |
"currency_field": 10000.99, | |
"Owner": { | |
"name": "Test Trader", | |
"id": "3xxxxxxxxxxxxxxxxx7" | |
}, | |
"email_field": "axxx@xxxxx.ca", | |
"Email": "axxx@xxxxx.ca", | |
"$currency_symbol": "$", | |
"$review_process": { | |
"approve": false, | |
"reject": false, | |
"resubmit": false | |
}, | |
"long_integer": "999999999999999999", | |
"multi_line": "Multi Line\\nMulti Line\\nMulti Line", | |
"percent": 88.5, | |
"Name": "Field Test Name", | |
"Last_Activity_Time": "2019-09-29T23:27:38-04:00", | |
"single_line": "Single Line", | |
"Record_Image": null, | |
"contact_lookup": { | |
"name": "Alexandros K", | |
"id": "3xxxxxxxxxxxxxxxxx2" | |
}, | |
"number": 99999, | |
"Modified_By": { | |
"name": "IT STAFF", | |
"id": "3xxxxxxxxxxxxxxxxx4" | |
}, | |
"$review": null, | |
"date_time": "2019-09-26T12:30:00-04:00", | |
"$process_flow": false, | |
"checkbox": true, | |
"id": "3xxxxxxxxxxxxxxxxx6", | |
"Email_Opt_Out": false, | |
"$approved": true, | |
"user_lookup_single": { | |
"name": "Gopi C", | |
"id": "3xxxxxxxxxxxxxxxxx6" | |
}, | |
"$approval": { | |
"delegate": false, | |
"approve": false, | |
"reject": false, | |
"resubmit": false | |
}, | |
"Modified_Time": "2019-09-29T23:27:38-04:00", | |
"pick_list": "Option 1", | |
"Created_Time": "2019-09-29T23:26:55-04:00", | |
"$editable": true, | |
"subform": [{ | |
"$approval": { | |
"delegate": false, | |
"approve": false, | |
"reject": false, | |
"resubmit": false | |
}, | |
"$currency_symbol": "$", | |
"pick_list": "Option 1", | |
"Parent_Id": { | |
"name": "Field Test Name", | |
"id": "3xxxxxxxxxxxxxxxxx6" | |
}, | |
"$review_process": null, | |
"$editable": true, | |
"multi_line": "Multi Line\\nMulti Line", | |
"single_line": "Single", | |
"$review": null, | |
"$process_flow": false, | |
"phone": "4444444", | |
"id": "3xxxxxxxxxxxxxxxxx5", | |
"$approved": true, | |
"email": "axxx@xxxxx.ca" | |
}, { | |
"$approval": { | |
"delegate": false, | |
"approve": false, | |
"reject": false, | |
"resubmit": false | |
}, | |
"$currency_symbol": "$", | |
"pick_list": "Option 2", | |
"Parent_Id": { | |
"name": "Field Test Name", | |
"id": "3xxxxxxxxxxxxxxxxx6" | |
}, | |
"$review_process": null, | |
"$editable": true, | |
"multi_line": "Multi 2\\nMulti 2\\nMulti 2", | |
"single_line": "Single 2", | |
"$review": null, | |
"$process_flow": false, | |
"phone": "4444333222", | |
"id": "3xxxxxxxxxxxxxxxxx7", | |
"$approved": true, | |
"email": "axxx@xxxxx.ca" | |
}], | |
"url": "url.ca", | |
"field_test_identifier": "Prefix1Suffix", | |
"multi_select": ["Option 1", "Option 2", "Option 3"], | |
"phone": "5551212", | |
"Created_By": { | |
"name": "IT STAFF", | |
"id": "3xxxxxxxxxxxxxxxxx4" | |
}, | |
"Tag": [], | |
"Secondary_Email": "axxx@xxxxx.xx", | |
"decimal": 99.1 | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment