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

109 lines
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"associated_objects",
"field_reference"
],
"title": "VoiceMailGreeting - Data API",
"description": "Represents a custom greeting message that plays upon reaching a users voicemail. This object is available in API version 41.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DurationInSeconds": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The duration of the voicemail greeting message in seconds."
},
"IsDefault": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Whether the greeting is the users default greeting (true) or not (false)."
},
"MediaContentId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "ID of the related content document."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of the voicemail greeting message."
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "ID of the voicemail greeting message owner."
}
},
"special_access_rules": "As of Spring 20 and later, only your Salesforce org's internal users can access this object.",
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **VoiceMailGreetingOwnerSharingRule**: Sharing rules are available for the object.\n- **VoiceMailGreetingShare**: Sharing is available for the object.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DurationInSeconds": {
"field_label": "Duration in Seconds",
"type": "int",
"digits": "8"
},
"Id": {
"field_label": "VoiceMailGreeting ID",
"type": "id",
"length": "18"
},
"IsDefault": {
"field_label": "Is Default",
"type": "boolean"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"MediaContentId": {
"field_label": "Content Document ID",
"type": "reference",
"length": "18"
},
"Name": {
"field_label": "VoiceMailGreeting Name",
"type": "string",
"length": "255"
},
"OwnerId": {
"field_label": "Owner ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}