Salesforce File Information Example is an example object payload from Salesforce, with 48 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"checksum": "example_value",
"contentHubRepository": "example_value",
"contentModifiedDate": "example_value",
"contentSize": 10,
"contentUrl": "https://www.example.com",
"createdDate": "example_value",
"description": "A sample description.",
"downloadUrl": "https://www.example.com",
"externalDocumentUrl": "https://www.example.com",
"externalFilePermissionInformation": "example_value",
"fileAsset": "example_value",
"fileExtension": "example_value",
"fileType": "example_value",
"flashRenditionStatus": "example_value",
"id": "abc123",
"isFileAsset": true,
"isInMyFileSync": true,
"isMajorVersion": true,
"mimeType": "example_value",
"moderationFlags": "example_value",
"modifiedDate": "example_value",
"motif": {
"color": "example_value",
"largeIconUrl": "https://www.example.com",
"mediumIconUrl": "https://www.example.com",
"smallIconUrl": "https://www.example.com",
"svgIconUrl": "https://www.example.com"
},
"mySubscription": "example_value",
"name": "Example Title",
"origin": "example_value",
"owner": {
"additionalLabel": "example_value",
"communityNickname": "example_value",
"companyName": "example_value",
"displayName": "example_value",
"firstName": "example_value",
"id": "abc123",
"isActive": true,
"isInThisCommunity": true,
"lastName": "example_value",
"motif": {
"color": "example_value",
"largeIconUrl": "https://www.example.com",
"mediumIconUrl": "https://www.example.com",
"smallIconUrl": "https://www.example.com",
"svgIconUrl": "https://www.example.com"
},
"mySubscription": "example_value",
"name": "Example Title",
"outOfOffice": {
"message": "example_value"
},
"photo": {
"fullEmailPhotoUrl": "user@example.com",
"largePhotoUrl": "https://www.example.com",
"mediumPhotoUrl": "https://www.example.com",
"photoVersionId": "500123",
"smallPhotoUrl": "https://www.example.com",
"standardEmailPhotoUrl": "user@example.com",
"url": "https://www.example.com"
},
"reputation": "example_value",
"title": "Example Title",
"type": "example_value",
"url": "https://www.example.com",
"userType": "example_value"
},
"pageCount": 42,
"parentFolder": "example_value",
"pdfRenditionStatus": "example_value",
"publishStatus": "example_value",
"renditionUrl": "https://www.example.com",
"renditionUrl240By180": "https://www.example.com",
"renditionUrl720By480": "https://www.example.com",
"repositoryFileId": "500123",
"repositoryFileUrl": "https://www.example.com",
"sharingOption": "example_value",
"sharingPrivacy": "example_value",
"sharingRole": "example_value",
"systemModstamp": "example_value",
"textPreview": "example_value",
"thumb120By90RenditionStatus": "example_value",
"thumb240By180RenditionStatus": "example_value",
"thumb720By480RenditionStatus": "example_value",
"title": "Example Title",
"topics": {
"currentPageUrl": "https://www.example.com",
"nextPageUrl": "https://www.example.com",
"topics": []
},
"type": "example_value",
"url": "https://www.example.com",
"versionNumber": "example_value"
}