afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/ContentBody.json

44 lines
1.4 KiB
JSON

{
"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<complexType name=\"ContentBody\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\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"
]
}