Skip to content

Instantly share code, notes, and snippets.

@srujan21
Created February 7, 2020 06:53
Show Gist options
  • Save srujan21/332180de46f405eccbfdb00117bcb828 to your computer and use it in GitHub Desktop.
Save srujan21/332180de46f405eccbfdb00117bcb828 to your computer and use it in GitHub Desktop.
Get the file from Salesforce library
//Get file from library
SELECT Id, RootContentFolderId FROM ContentWorkspace WHERE Name = 'Historical' LIMIT 1
//0583F000000EsFVQA0
SELECT Id, ContentDocument.LatestPublishedVersion.VersionData FROM ContentDocumentLink WHERE LinkedEntityId = '0583F000000EsFVQA0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment