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

81 lines
2.7 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields"
],
"title": "CollabUserEngagementMetric - Data API",
"description": "Represents the user engagement metrics for a Quip thread in a Quip template or document. This object is available in API version 50.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"CommentCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of comments by the user for the specified MetricDate."
},
"EditCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of edits by the user for the specified MetricDate."
},
"MetricDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date that the metric was gathered in your local time zone."
},
"MetricDateOnly": {
"type": "date",
"properties": "Filter, Nillable, Sort",
"description": "The date that the metric was gathered in UTC. Available in API version 55.0 and later."
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The unique name of the CollabUserEngagementMetric object."
},
"QuipThread": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The Quip thread ID."
},
"QuipThreadTitle": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The title of the Quip document, sheet, slide, and so forth."
},
"QuipThreadType": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "The type of Quip thread. The possible values are: CHAT DOCUMENT SHEET SLIDE TEMPLATE"
},
"QuipUser": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The ID of the Quip user."
},
"SalesforceUserId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the Salesforce user."
},
"Site": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the Quip site."
},
"SourceTemplate": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The ID of the source template."
},
"ViewCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of views by the user for the specified MetricDate."
}
}
}