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

84 lines
2.1 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "MessagingChannelSkill - Data API",
"description": "Junction object that represents an association between MessagingChannel and Skill. This object is available in API version 45.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"MessagingChannelId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the MessagingChannel. This is a relationship field.",
"relationship_name": "MessagingChannel",
"relationship_type": "Lookup",
"refers_to": "MessagingChannel"
},
"SkillId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "ID of the Skill. This is a relationship field.",
"relationship_name": "Skill",
"relationship_type": "Lookup",
"refers_to": "Skill"
}
},
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Messaging Channel Skill ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Modified On",
"type": "datetime"
},
"MessagingChannelId": {
"field_label": "Messaging Channel ID",
"type": "reference",
"length": "18"
},
"SkillId": {
"field_label": "Skill ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}