mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"associated_objects"
|
|
],
|
|
"title": "MetricDataLink - Data API",
|
|
"description": "The link between the metric and the data source, such as a report.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DatasourceFieldName": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The field name of the data source, such as a report summary field."
|
|
},
|
|
"DataSourceId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The ID of the data source."
|
|
},
|
|
"LastSynchronizationTime": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|
"description": "The last time the data was synchronized."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Autonumber, Defaulted on create, Filter, Sort",
|
|
"description": "The name given to the data link record."
|
|
},
|
|
"TargetId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The ID of the metric that the data is linked to."
|
|
}
|
|
},
|
|
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **MetricDataLinkHistory**: History is available for tracked fields of the object."
|
|
} |