Created
January 19, 2019 17:06
-
-
Save TheDanishDynamo/454a17c8c83ed30d9aec1de8b8861741 to your computer and use it in GitHub Desktop.
Sample json
This file contains hidden or 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
{ | |
"totalSize": 2, | |
"done": true, | |
"records": [ | |
{ | |
"attributes": { | |
"type": "Account", | |
"url": "/services/data/v44.0/sobjects/Account/1" | |
}, | |
"Name": "strata" | |
}, | |
{ | |
"attributes": { | |
"type": "Account", | |
"url": "/services/data/v44.0/sobjects/Account/2" | |
}, | |
"Name": "dup1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.