Skip to main content

sessions

Overview

Namesessions
TypeResource
Idgoogledevelopers.fitness.sessions

Fields

NameDatatypeDescription
sessionarraySessions with an end time that is between startTime and endTime of the request.
deletedSessionarrayIf includeDeleted is set to true in the request, and startTime and endTime are omitted, this will include sessions which were deleted since the last sync.
hasMoreDatabooleanFlag to indicate server has more data to transfer. DO NOT USE THIS FIELD. It is never populated in responses from the server.
nextPageTokenstringThe sync token which is used to sync further changes. This will only be provided if both startTime and endTime are omitted from the request.

Methods

NameAccessible byRequired ParamsDescription
users_sessions_listSELECTuserIdLists sessions previously created.
users_sessions_deleteDELETEsessionId, userIdDeletes a session specified by the given session ID.
users_sessions_updateEXECsessionId, userIdUpdates or insert a given session.