Last active
August 29, 2015 14:10
-
-
Save jdcauley/dc825b4f6728f1d2c352 to your computer and use it in GitHub Desktop.
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
{ attributes: | |
{ type: 'Attachment', | |
url: '/services/data/v31.0/sobjects/Attachment/xxxxxxxxx' }, | |
Id: 'xxxxxxxxx', | |
IsDeleted: false, | |
ParentId: 'xxxxxxxxx', | |
Name: 'ocean copy.jpg', | |
IsPrivate: false, | |
ContentType: 'image/jpeg', | |
BodyLength: 143953, | |
Body: '/services/data/v31.0/sobjects/Attachment/00Pc0000001fz6aEAA/Body', | |
OwnerId: 'xxxxxxxxxxx', | |
CreatedDate: '2014-11-12T21:18:13.000+0000', | |
CreatedById: '005E0000000aqz1IAA', | |
LastModifiedDate: '2014-11-12T21:18:13.000+0000', | |
LastModifiedById: '005E0000000aqz1IAA', | |
SystemModstamp: '2014-11-12T21:18:13.000+0000', | |
Description: null } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment