Skip to content

Instantly share code, notes, and snippets.

@jdcauley
Last active August 29, 2015 14:10
Show Gist options
  • Save jdcauley/dc825b4f6728f1d2c352 to your computer and use it in GitHub Desktop.
Save jdcauley/dc825b4f6728f1d2c352 to your computer and use it in GitHub Desktop.
json
{ 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