{ "sections": [ "title", "description", "fields", "special_access_rules", "usage", "wsdl_segment", "field_reference" ], "title": "ContentBody - Data API", "description": "Represents the body of a file in Salesforce CRM Content or Salesforce Files. This object is available in API version 40.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Id": { "type": "ID", "properties": ", Filter, Group, idLookup, Sort", "description": "ID of the file body." } }, "special_access_rules": "Cannot be queried, inserted, updated, or deleted directly.", "usage": "ContentBody is intended for internal Salesforce use. If you need to access the file content body, please use ContentVersion.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n\n```", "field_reference": { "Id": { "field_label": "Content Body ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" } }, "field_reference_columns": [ "field_label", "type", "length" ] }