mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 08:04:28 +08:00
58 lines
2.2 KiB
JSON
58 lines
2.2 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"associated_objects"
|
||
],
|
||
"title": "CollabTemplateMetric - Data API",
|
||
"description": "Represents the engagement metrics for a Quip template.This object is available in API version 50.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"Template": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
"description": "The ID of the template."
|
||
},
|
||
"TemplateTitle": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The title of the template."
|
||
},
|
||
"Site": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The ID of the Quip site on which the template is available."
|
||
},
|
||
"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."
|
||
},
|
||
"LastUpdatedDate": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The date that the thread was created, last edited, or last shared in your local time zone."
|
||
},
|
||
"LastUpdatedDateOnly": {
|
||
"type": "date",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The date that the thread was created, last edited, or last shared in UTC. Available in API version 55.0 and later."
|
||
},
|
||
"TotalDocumentCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of documents created based on the template."
|
||
}
|
||
},
|
||
"associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.\n\n- **CollabTemplateMetricChangeEvent (API version 62.0)**: Change events are available for the object."
|
||
} |