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

58 lines
2.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",
"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 isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **CollabTemplateMetricChangeEvent (API version 62.0)**: Change events are available for the object."
}