data_point_changes
Overview
Name | data_point_changes |
Type | Resource |
Id | googledevelopers.fitness.data_point_changes |
Fields
Name | Datatype | Description |
---|---|---|
nextPageToken | string | The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results. |
dataSourceId | string | The data stream ID of the data source with data point changes. |
deletedDataPoint | array | Deleted data points for the user. Note, for modifications this should be parsed before handling insertions. |
insertedDataPoint | array | Inserted data points for the user. |
Methods
Name | Accessible by | Required Params |
---|---|---|
users_dataSources_dataPointChanges_list | SELECT | dataSourceId, userId |